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