Переглянути джерело

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.
master^2
Renato "Lond" Cerqueira 4 роки тому
committed by GitHub
джерело
коміт
37dc12dd53
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      app/mailers/user_mailer.rb

+ 1
- 0
app/mailers/user_mailer.rb Переглянути файл

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

add_template_helper RoutingHelper



Завантаження…
Відмінити
Зберегти