updating config.action_mailer.default_url_options for heroku
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user