class BaseTest::AfterActionMailer
Public Instance Methods
welcome()
click to toggle source
# File actionmailer/test/base_test.rb, line 753 def welcome ; mail ; end
Private Instance Methods
add_special_header!()
click to toggle source
# File actionmailer/test/base_test.rb, line 756 def add_special_header! headers("X-Special-Header" => "Testing") end