aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
authorClemens Kofler <clemens@railway.at>2008-09-13 13:52:48 +0200
committerClemens Kofler <clemens@railway.at>2008-09-13 13:52:48 +0200
commita8f4cd36b0f7d8f13a96a28da090a628b6187fa3 (patch)
tree577d76acf22311c8e1b8d56b1e0da5acaf6b7190 /railties/doc/guides
parent837392132afd1c0ba8888f01649d1620b73c3626 (diff)
downloadrails-a8f4cd36b0f7d8f13a96a28da090a628b6187fa3.tar.gz
rails-a8f4cd36b0f7d8f13a96a28da090a628b6187fa3.tar.bz2
rails-a8f4cd36b0f7d8f13a96a28da090a628b6187fa3.zip
Fixed a typo in the routing guide.
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/routing/routing_outside_in.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt
index 1a4b1a9530..cd7f4c3b8e 100644
--- a/railties/doc/guides/routing/routing_outside_in.txt
+++ b/railties/doc/guides/routing/routing_outside_in.txt
@@ -4,7 +4,7 @@ Rails Routing from the Outside In
This guide covers the user-facing features of Rails routing. By referring to this guide, you will be able to:
* Understand the purpose of routing
-* Decipher the code in +routing.rb+
+* Decipher the code in +routes.rb+
* Construct your own routes, using either the classic hash style or the now-preferred RESTful style
* Identify how a route will map to a controller and action