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