diff options
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/guides/routing/routing_outside_in.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt index 415ab92f34..2e48ca59b7 100644 --- a/railties/doc/guides/routing/routing_outside_in.txt +++ b/railties/doc/guides/routing/routing_outside_in.txt @@ -750,7 +750,7 @@ map.index :controller => "pages", :action => "main" map.root :index ------------------------------------------------------- -Because of the top-down processing of the file, the named route must be specified _before_ the call to +map.route+. +Because of the top-down processing of the file, the named route must be specified _before_ the call to +map.root+. === Connecting the Empty String |