diff options
author | ysksn <bluewhale1982@gmail.com> | 2018-12-22 10:35:55 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-22 02:35:55 +0100 |
commit | bd4ee732c2d75b5810fcaaf418650c499f85b887 (patch) | |
tree | e89624bc1a85e4864a88e45e2836eb62bf33dcd0 /app | |
parent | aa0e1ff2862c181d2d89f4813bd32cdc98fca251 (diff) |
Remove MailerHelper does nothing (#9604)
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/mailer_helper.rb | 4 | ||||
-rw-r--r-- | app/mailers/application_mailer.rb | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/app/helpers/mailer_helper.rb b/app/helpers/mailer_helper.rb deleted file mode 100644 index b7e3a8da3..000000000 --- a/app/helpers/mailer_helper.rb +++ /dev/null @@ -1,4 +0,0 @@ -# frozen_string_literal: true - -module MailerHelper -end diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index bf161b9be..cc585c3b7 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -5,7 +5,6 @@ class ApplicationMailer < ActionMailer::Base helper :application helper :instance - helper :mailer protected |