From 33aa71c38f24d5ea7cc2a66be3882da4089fff7c Mon Sep 17 00:00:00 2001 From: Ysiad Ferreiras Date: Fri, 27 Jan 2012 15:22:47 -0500 Subject: [PATCH] Update lib/generators/templates/README --- lib/generators/templates/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators/templates/README b/lib/generators/templates/README index ac4c4c3b..d2a26945 100644 --- a/lib/generators/templates/README +++ b/lib/generators/templates/README @@ -8,7 +8,7 @@ Some setup you must do manually if you haven't yet: config.action_mailer.default_url_options = { :host => 'localhost:3000' } - In production host should be the actual host of your application. + In production, :host should be set to the actual host of your application. 2. Ensure you have defined root_url to *something* in your config/routes.rb. For example: