diff --git a/config/routes.rb b/config/routes.rb index f76a923..f2baa68 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -52,6 +52,6 @@ # Install the default routes as the lowest priority. # Note: These default routes make all actions in every controller accessible via GET requests. You should # consider removing or commenting them out if you're using named routes and resources. - map.connect ':controller/:action/:id' - map.connect ':controller/:action/:id.:format' + # map.connect ':controller/:action/:id' + # map.connect ':controller/:action/:id.:format' end