aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 69c36aa073..7d43854f2f 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -1,7 +1,9 @@
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:
+This guide covers the user-facing features of Rails routing.
+
+After reading this guide, you will know:
* Understand the code in `routes.rb`.
* Construct your own routes, using either the preferred resourceful style or the `match` method.