Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit ada6928

Browse files
committed
Devise host fix.
1 parent 3a08d5f commit ada6928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/environments/production.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
# Ignore bad email addresses and do not raise email delivery errors.
6868
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
6969
# config.action_mailer.raise_delivery_errors = false
70+
config.action_mailer.default_url_options = { host: "partner.diaper.app" }
7071

7172
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
7273
# the I18n.default_locale when a translation cannot be found).

0 commit comments

Comments
 (0)