instance method
attachments
Ruby on Rails 7.1.6
Since v3.0.20Signature
attachments()
Access the message attachments list.
Source
# File actionmailer/lib/action_mailer/mail_helper.rb, line 53
def attachments
mailer.attachments
end
Defined in actionmailer/lib/action_mailer/mail_helper.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::MailHelper