Browse Source

Remove MailerHelper does nothing (#9604)

pull/4/head
ysksn 5 years ago
committed by Eugen Rochko
parent
commit
bd4ee732c2
2 changed files with 0 additions and 5 deletions
  1. +0
    -4
      app/helpers/mailer_helper.rb
  2. +0
    -1
      app/mailers/application_mailer.rb

+ 0
- 4
app/helpers/mailer_helper.rb View File

@ -1,4 +0,0 @@
# frozen_string_literal: true
module MailerHelper
end

+ 0
- 1
app/mailers/application_mailer.rb View File

@ -5,7 +5,6 @@ class ApplicationMailer < ActionMailer::Base
helper :application
helper :instance
helper :mailer
protected

Loading…
Cancel
Save