aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2010-02-01 11:55:33 +0700
committerPrem Sichanugrist <s@sikachu.com>2010-02-01 11:55:33 +0700
commit2025bab9e68f156a74eec094c6a115a83a9ada07 (patch)
treecc3feda8f2e021e1165a70ef3834246e26b0db75 /railties/guides
parent0d01a737a2110d4dbcdac678a8f74c9b77010502 (diff)
downloadrails-2025bab9e68f156a74eec094c6a115a83a9ada07.tar.gz
rails-2025bab9e68f156a74eec094c6a115a83a9ada07.tar.bz2
rails-2025bab9e68f156a74eec094c6a115a83a9ada07.zip
Fix some typo that I forgot to remote 'map.'
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/routing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile
index 988c210074..c764597a65 100644
--- a/railties/guides/source/routing.textile
+++ b/railties/guides/source/routing.textile
@@ -816,7 +816,7 @@ root :to => 'pages#main'
The use of the +root+ method tells Rails that this route applies to requests for the root of the site.
-Because of the top-down processing of the file, the named route must be specified _before_ the call to +map.root+.
+Because of the top-down processing of the file, the named route must be specified _before_ the call to +root+.
h4. Connecting the Empty String