X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/86912a61df67582b37d0ae5cb6542bc41aa5a41f..26aecfb2bf75c68ab7e396011662bf6c55057f77:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index aff5126f8..1295772f1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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" }