Skip to content

Commit

Permalink
fix production url for devise
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco de Juan committed Jun 6, 2013
1 parent ea83e3a commit 9a8667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5

config.action_mailer.default_url_options = { :host => 'padel.heroku.com' }
config.action_mailer.default_url_options = { :host => 'padel.herokuapp.com' }

end

0 comments on commit 9a8667e

Please sign in to comment.