class BaseTest::DefaultInlineAttachmentMailer

Public Instance Methods

welcome() click to toggle source
# File actionmailer/test/base_test.rb, line 768
def welcome ; mail ; end

Private Instance Methods

add_inline_attachment!() click to toggle source
# File actionmailer/test/base_test.rb, line 771
def add_inline_attachment!
  attachments.inline["footer.jpg"] = "hey there"
end