Class: Smailer::Models::MailAttachment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Smailer::Models::MailAttachment
- Defined in:
- lib/smailer/models/mail_attachment.rb
Instance Method Summary collapse
Instance Method Details
#body ⇒ Object
12 13 14 |
# File 'lib/smailer/models/mail_attachment.rb', line 12 def body open(self.path).read end |