0
0
Fork 0

Split AccountsHelper from StatusesHelper (#12078)

This commit is contained in:
Takeshi Umeda 2019-10-25 05:50:09 +09:00 committed by Eugen Rochko
parent a9530e29a2
commit a6269b2f83
10 changed files with 178 additions and 162 deletions

View file

@ -3,9 +3,9 @@
class UserMailer < Devise::Mailer
layout 'mailer'
helper :accounts
helper :application
helper :instance
helper :statuses
add_template_helper RoutingHelper