]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Move the i18n loading to an initializer
[rails.git] / config / routes.rb
index f4c19f88cb9278ad050e9c972ad0a2939efefc8f..f52ee739dc0950c6cdce2466574a66415019f424 100644 (file)
@@ -147,6 +147,7 @@ OpenStreetMap::Application.routes.draw do
   get "/help" => "site#help"
   get "/about/:about_locale" => "site#about"
   get "/about" => "site#about"
+  get "/communities" => "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" }