Class: TomifyMailer

Inherits:
ActionMailer::Base
  • Object
show all
Includes:
Tomify::Concerns::Default::Helper
Defined in:
app/mailers/tomify_mailer.rb

Class Method Summary collapse

Class Method Details

.mailer_nameObject



11
12
13
# File 'app/mailers/tomify_mailer.rb', line 11

def self.mailer_name
  super.split("/").last
end