diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/routing/routing_outside_in.txt | 2 |
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 |