Another fix for emails

This commit is contained in:
Godwin 2017-05-23 15:51:43 -07:00
parent 9e613e0b69
commit 6ffcfdcba6

View File

@ -176,5 +176,6 @@ class UserMailer < ActionMailer::Base
else
@host = UserMailer.default_url_options[:host]
end
default_url_options[:host] = @host
end
end