From 9a28052e92702463098570a181b2f7b2e8859b1e Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Tue, 16 Jan 2018 14:26:46 +0900 Subject: Change image URL in mailer to full path (#6264) --- app/mailers/user_mailer.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/mailers/user_mailer.rb') diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 7821be32b2e..a7efa73c1c7 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -5,6 +5,8 @@ class UserMailer < Devise::Mailer helper :instance + add_template_helper RoutingHelper + def confirmation_instructions(user, token, **) @resource = user @token = token -- cgit v1.2.3