about summary refs log tree commit diff
path: root/app/mailers/user_mailer.rb
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2019-10-25 05:50:09 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-10-24 22:50:09 +0200
commita6269b2f83e3eed1a8ab545f5756cd7b582075f5 (patch)
tree5f8ce4899be4f972f9b255e86bff4d17544368c7 /app/mailers/user_mailer.rb
parenta9530e29a2813ed8cf4c8f13fe60dd9fad245466 (diff)
Split AccountsHelper from StatusesHelper (#12078)
Diffstat (limited to 'app/mailers/user_mailer.rb')
-rw-r--r--app/mailers/user_mailer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb
index 6b81f6873..c30bec80b 100644
--- a/app/mailers/user_mailer.rb
+++ b/app/mailers/user_mailer.rb
@@ -3,9 +3,9 @@
 class UserMailer < Devise::Mailer
   layout 'mailer'
 
+  helper :accounts
   helper :application
   helper :instance
-  helper :statuses
 
   add_template_helper RoutingHelper