Change image URL in mailer to full path (#6264)
This commit is contained in:
committed by
Eugen Rochko
parent
e6fd4bea35
commit
9a28052e92
@ -5,6 +5,8 @@ class UserMailer < Devise::Mailer
|
||||
|
||||
helper :instance
|
||||
|
||||
add_template_helper RoutingHelper
|
||||
|
||||
def confirmation_instructions(user, token, **)
|
||||
@resource = user
|
||||
@token = token
|
||||
|
Reference in New Issue
Block a user