diff options
Diffstat (limited to 'railties/guides/source/routing.textile')
-rw-r--r-- | railties/guides/source/routing.textile | 2 |
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 |