Преглед изворни кода

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
No known key found for this signature in database GPG Key ID: 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



Loading…
Откажи
Сачувај