Fix error when sending moderation notification (#13014)

Since the statuses helper is not loaded, the rtl helper cannot be found
and the email cannot be sent.
This commit is contained in:
Renato "Lond" Cerqueira 2020-02-01 15:42:12 +01:00 committed by GitHub
parent 2f978abd87
commit 37dc12dd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ class UserMailer < Devise::Mailer
helper :accounts
helper :application
helper :instance
helper :statuses
add_template_helper RoutingHelper