Change image URL in mailer to full path (#6264)
This commit is contained in:
parent
e6fd4bea35
commit
9a28052e92
7 changed files with 9 additions and 7 deletions
|
@ -5,6 +5,8 @@ class UserMailer < Devise::Mailer
|
|||
|
||||
helper :instance
|
||||
|
||||
add_template_helper RoutingHelper
|
||||
|
||||
def confirmation_instructions(user, token, **)
|
||||
@resource = user
|
||||
@token = token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue