add route to pass locale
This commit is contained in:
parent
86912a61df
commit
26aecfb2bf
2 changed files with 2 additions and 1 deletions
|
@ -148,6 +148,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
get "/about/:about_locale" => "site#about"
|
||||
get "/about" => "site#about"
|
||||
get "/communities" => "site#communities"
|
||||
get "/communities/:communities_locale" => "site#communities"
|
||||
get "/history" => "changesets#index"
|
||||
get "/history/feed" => "changesets#feed", :defaults => { :format => :atom }
|
||||
get "/history/comments/feed" => "changeset_comments#index", :as => :changesets_comments_feed, :defaults => { :format => "rss" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue