diff --git a/config/routes.rb b/config/routes.rb index 28db7eaf..f6efc351 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -60,8 +60,8 @@ # See how all your routes lay out with "rake routes" # Install the default routes as the lowest priority. - map.connect ':controller/:action' map.connect ':controller/:id/:action' map.connect ':controller/:action/:id' map.connect ':controller/:action/:id.:format' + map.connect ':controller/:action' end