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