Browse Source

Another fix for emails

development
Godwin 7 years ago
parent
commit
6ffcfdcba6
  1. 1
      app/mailers/user_mailer.rb

1
app/mailers/user_mailer.rb

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

Loading…
Cancel
Save