Another fix for emails

This commit is contained in:
Godwin
2017-06-16 17:27:21 -07:00
parent 9e613e0b69
commit 6ffcfdcba6
+1
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