Methods
W
Instance Public methods
welcome()
# File actionmailer/test/base_test.rb, line 241
def welcome
  mail body: "yay", from: "welcome@example.com", to: "to@example.com"
  attachments['invoice.pdf'] = 'This is test File content'
end