aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/index.txt
diff options
context:
space:
mode:
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]