From 2025bab9e68f156a74eec094c6a115a83a9ada07 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 1 Feb 2010 11:55:33 +0700 Subject: Fix some typo that I forgot to remote 'map.' --- railties/guides/source/routing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') 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 -- cgit v1.2.3