class method
self.new
Ruby on Rails 5.2.8.1
Since v3.0.20Signature
self.new()
No documentation comment.
Source
# File actionmailer/lib/action_mailer/base.rb, line 593
def initialize
super()
@_mail_was_called = false
@_message = Mail.new
end
Defined in actionmailer/lib/action_mailer/base.rb line 593
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::Base