Methods
A
W
Instance Public methods
a_callback()
# File actionmailer/test/base_test.rb, line 821
def a_callback
  mail.to << "jane@example.com"
end
welcome()
# File actionmailer/test/base_test.rb, line 816
def welcome
  headers('X-Special-Header' => 'special indeed!')
  mail subject: "subject", body: "hello world", to: ["joe@example.com"]
end