Another fix for emails

This commit is contained in:
Godwin 2017-05-23 15:51:43 -07:00
parent bebdbefaba
commit 26adfdcbd5

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