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 :instance
|
||||
helper :mailer
|
||||
|
||||
protected
|
||||
|
||||
|
|
Loading…
Reference in New Issue