Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in the generated routes.rb [#2433 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
phss authored and lifo committed May 17, 2009
1 parent d5f018e commit 14b7698
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.
# 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.:format'
end

0 comments on commit 14b7698

Please sign in to comment.