]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Rename the ugly "id_iframe" to just plain "id"
[rails.git] / config / routes.rb
index a4a8faf43d423e50fdb929867d39623f8ab4cc84..f53f208617d9ab8cb7f12e8e89b1260687369809 100644 (file)
@@ -131,6 +131,7 @@ OpenStreetMap::Application.routes.draw do
   match '/logout' => 'user#logout', :via => [:get, :post]
   match '/offline' => 'site#offline', :via => :get
   match '/key' => 'site#key', :via => :get
+  match '/id' => 'site#id', :via => :get
   match '/user/new' => 'user#new', :via => :get
   match '/user/terms' => 'user#terms', :via => [:get, :post]
   match '/user/save' => 'user#save', :via => :post