Class: Smailer::Models::MailAttachment

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/smailer/models/mail_attachment.rb

Instance Method Summary collapse

Instance Method Details

#bodyObject



12
13
14
# File 'lib/smailer/models/mail_attachment.rb', line 12

def body
  open(self.path).read
end