diff options
author | Paulo Schneider <paulo.schneider@gmail.com> | 2009-04-06 21:38:24 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-05-17 15:00:05 +0200 |
commit | 34874b3bcdb42a710baecf8c6acfa3a30333d01a (patch) | |
tree | 71577c23247232c7ecf168fb33ad63a43851492b /railties | |
parent | d6645a5e52308a3270bf11f8c71cbf7c7f9d48f3 (diff) | |
download | rails-34874b3bcdb42a710baecf8c6acfa3a30333d01a.tar.gz rails-34874b3bcdb42a710baecf8c6acfa3a30333d01a.tar.bz2 rails-34874b3bcdb42a710baecf8c6acfa3a30333d01a.zip |
Fix typo in the generated routes.rb [#2433 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'railties')
-rw-r--r-- | railties/configs/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/configs/routes.rb b/railties/configs/routes.rb index 4f3d9d22dd..ea14ce1bfc 100644 --- a/railties/configs/routes.rb +++ b/railties/configs/routes.rb @@ -37,7 +37,7 @@ ActionController::Routing::Routes.draw do |map| # 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 |