Sfoglia il codice sorgente

Remove MailerHelper does nothing (#9604)

master
ysksn 5 anni fa
committed by Eugen Rochko
parent
commit
bd4ee732c2
2 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. +0
    -4
      app/helpers/mailer_helper.rb
  2. +0
    -1
      app/mailers/application_mailer.rb

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

@@ -1,4 +0,0 @@
# frozen_string_literal: true

module MailerHelper
end

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

@@ -5,7 +5,6 @@ class ApplicationMailer < ActionMailer::Base

helper :application
helper :instance
helper :mailer

protected



Caricamento…
Annulla
Salva