aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/index.txt
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-09-13 06:52:07 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-09-13 06:52:07 -0500
commitae3dcd3de6da95a7c4ac2e9f99e5be812c4b9e45 (patch)
treeefd3593d913d8e445b4c085952250dc6f592c2fd /railties/doc/guides/index.txt
parent837392132afd1c0ba8888f01649d1620b73c3626 (diff)
downloadrails-ae3dcd3de6da95a7c4ac2e9f99e5be812c4b9e45.tar.gz
rails-ae3dcd3de6da95a7c4ac2e9f99e5be812c4b9e45.tar.bz2
rails-ae3dcd3de6da95a7c4ac2e9f99e5be812c4b9e45.zip
Changes for routing from the outside in guide
Fix some lingering typos. Add a description to the index page.
Diffstat (limited to 'railties/doc/guides/index.txt')
-rw-r--r--railties/doc/guides/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt
index d4bbfded14..87d6804ead 100644
--- a/railties/doc/guides/index.txt
+++ b/railties/doc/guides/index.txt
@@ -36,7 +36,8 @@ avoid them with Rails.
.link:routing/routing_outside_in.html[Rails Routing from the Outside In]
***********************************************************
-TODO: Insert some description here.
+This guide covers the user-facing features of Rails routing. If you want to
+understand how to use routing in your own Rails applications, start here.
***********************************************************
.link:debugging/debugging_rails_applications.html[Debugging Rails Applications]