instance method
mailer_name
Ruby on Rails 7.0.10
Since v2.2.3Signature
mailer_name()
Returns the name of the mailer object.
Source
# File actionmailer/lib/action_mailer/base.rb, line 666
def mailer_name
self.class.mailer_name
end
Defined in actionmailer/lib/action_mailer/base.rb line 666
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::Base