Merge tag 'v3.4.0' into hometown-dev
This commit is contained in:
@@ -4,7 +4,7 @@ class NotificationMailer < ApplicationMailer
|
||||
helper :accounts
|
||||
helper :statuses
|
||||
|
||||
add_template_helper RoutingHelper
|
||||
helper RoutingHelper
|
||||
|
||||
def mention(recipient, notification)
|
||||
@me = recipient
|
||||
|
||||
@@ -8,7 +8,7 @@ class UserMailer < Devise::Mailer
|
||||
helper :instance
|
||||
helper :statuses
|
||||
|
||||
add_template_helper RoutingHelper
|
||||
helper RoutingHelper
|
||||
|
||||
def confirmation_instructions(user, token, **)
|
||||
@resource = user
|
||||
|
||||
Reference in New Issue
Block a user