From 6fbae528e99d0b550b5eb361c555f040dc748852 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 13 Feb 2012 18:03:57 -0500 Subject: [PATCH] updating config.action_mailer.default_url_options for heroku --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 9e24c11ac9..9251cd0c02 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -5,7 +5,7 @@ HabitTracker::Application.configure do # config.assets.enabled = false # Needed for devise - config.action_mailer.default_url_options = { :host => 'habits.ocdevel.com' } + config.action_mailer.default_url_options = { :host => 'habit-tracker.herokuapp.com' } # Code is not reloaded between requests config.cache_classes = true