Skip to content

Commit

Permalink
Fix typo in the generated routes.rb [#2433 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
phss authored and lifo committed May 17, 2009
1 parent d6645a5 commit 34874b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/configs/routes.rb
Expand Up @@ -37,7 +37,7 @@


# Install the default routes as the lowest priority. # Install the default routes as the lowest priority.
# Note: These default routes make all actions in every controller accessible via GET requests. You should # Note: These default routes make all actions in every controller accessible via GET requests. You should
# consider removing the them or commenting them out if you're using named routes and resources. # consider removing or commenting them out if you're using named routes and resources.
map.connect ':controller/:action/:id' map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format' map.connect ':controller/:action/:id.:format'
end end

0 comments on commit 34874b3

Please sign in to comment.