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