diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-06-30 20:40:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-30 13:40:43 +0200 |
commit | 3a7106f05ae0bc39b084916076ec6ee3733c32c1 (patch) | |
tree | 337c96054c680d3421daa3a2252900b611432977 /app/mailers | |
parent | 5c7a4f0b324129777fa81e0bd7128a3711543c0e (diff) |
Fix that AdminMailer does not send (#4012)
Diffstat (limited to 'app/mailers')
-rw-r--r-- | app/mailers/admin_mailer.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/mailers/admin_mailer.rb b/app/mailers/admin_mailer.rb index fc19a6d40..fd9223533 100644 --- a/app/mailers/admin_mailer.rb +++ b/app/mailers/admin_mailer.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true class AdminMailer < ApplicationMailer + helper StreamEntriesHelper + def new_report(recipient, report) @report = report @me = recipient |