Sfoglia il codice sorgente

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 anni fa
committed by GitHub
parent
commit
37dc12dd53
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      app/mailers/user_mailer.rb

+ 1
- 0
app/mailers/user_mailer.rb Vedi File

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

add_template_helper RoutingHelper



Caricamento…
Annulla
Salva