소스 검색

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 키 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



불러오는 중...
취소
저장