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