class BaseTest::BeforeActionMailer
Public Instance Methods
welcome()
click to toggle source
# File actionmailer/test/base_test.rb, line 738 def welcome ; mail ; end
Private Instance Methods
add_special_header!()
click to toggle source
# File actionmailer/test/base_test.rb, line 741 def add_special_header! headers("X-Special-Header" => "Wow, so special") end