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.
th-downstream
Renato "Lond" Cerqueira 5 years ago committed by GitHub
parent fe90bfa207
commit 9e7b2242f7

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

Loading…
Cancel
Save