X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f6758877e80430060d445fd92d9a30970a5f2816..e3de346bdd074e2c2f0c83daf0e6314b5990dbd6:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index c73b8c454..9bb8aadca 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -73,6 +73,6 @@ ActionController::Routing::Routes.draw do |map| map.connect '/test/populate/:table/:count', :controller => 'test', :action => 'populate', :from => 1 # fall through - map.connect ':controller/:id/:action' + # map.connect ':controller/:id/:action' map.connect ':controller/:action' end