From a79e8e040415d2b86a787d3a8b6947cc44fe6021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 17 Feb 2010 16:37:27 +0100 Subject: [PATCH] Tiny change in generator README. --- lib/generators/devise_install/templates/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/generators/devise_install/templates/README b/lib/generators/devise_install/templates/README index a73423f2..f17c7453 100644 --- a/lib/generators/devise_install/templates/README +++ b/lib/generators/devise_install/templates/README @@ -11,8 +11,9 @@ Some setup you must do manually if you haven't yet: This is a required Rails configuration. In production is must be the actual host of your application - 2. Ensure you have defined root_url to *something* in your config/routes.rb: + 2. Ensure you have defined root_url to *something* in your config/routes.rb. + For example: - map.root :controller => 'home' + root :to => "home#index" ===============================================================================