diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-13 06:59:08 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-09-13 06:59:08 -0500 |
commit | 7b9a5c112ef65f93d8c2dbd46356ade719239557 (patch) | |
tree | 5eb061f4bddfbb05fc8e5afe15013ae3c7466f90 /railties/doc | |
parent | 51f3085ac5e35c547df4b957d3cad1ceff83e6bc (diff) | |
parent | 89e600a83f58de65f107837c64661ff23f284903 (diff) | |
download | rails-7b9a5c112ef65f93d8c2dbd46356ade719239557.tar.gz rails-7b9a5c112ef65f93d8c2dbd46356ade719239557.tar.bz2 rails-7b9a5c112ef65f93d8c2dbd46356ade719239557.zip |
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/doc')
-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 88de27ec10..bc08b107cf 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 |