Use existing MascotHelper#instance_presenter
instead of local var in welcome
email template (#29759)
This commit is contained in:
parent
de740dfb9c
commit
c4feba4347
2 changed files with 3 additions and 4 deletions
|
@ -5,10 +5,11 @@ class UserMailer < Devise::Mailer
|
|||
|
||||
helper :accounts
|
||||
helper :application
|
||||
helper :instance
|
||||
helper :statuses
|
||||
helper :mascot
|
||||
helper :formatting
|
||||
helper :instance
|
||||
helper :routing
|
||||
helper :statuses
|
||||
|
||||
before_action :set_instance
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue