Remove MailerHelper does nothing (#9604)
parent
7fbf9eb817
commit
c2efe52de7
|
@ -1,4 +0,0 @@
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
module MailerHelper
|
|
||||||
end
|
|
|
@ -5,7 +5,6 @@ class ApplicationMailer < ActionMailer::Base
|
||||||
|
|
||||||
helper :application
|
helper :application
|
||||||
helper :instance
|
helper :instance
|
||||||
helper :mailer
|
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue