Source: show | on GitHub
# File actionmailer/test/base_test.rb, line 775 def a_callback mail.to << "jane@example.com" end
# File actionmailer/test/base_test.rb, line 770 def welcome headers('X-Special-Header' => 'special indeed!') mail subject: "subject", body: "hello world", to: ["joe@example.com"] end