Change image URL in mailer to full path (#6264)

This commit is contained in:
Yamagishi Kazutoshi 2018-01-16 14:26:46 +09:00 committed by Eugen Rochko
parent e6fd4bea35
commit 9a28052e92
7 changed files with 9 additions and 7 deletions

View file

@ -5,6 +5,8 @@ class UserMailer < Devise::Mailer
helper :instance
add_template_helper RoutingHelper
def confirmation_instructions(user, token, **)
@resource = user
@token = token