class BaseTest::DefaultFromMailer
Public Instance Methods
welcome()
click to toggle source
# File actionmailer/test/base_test.rb, line 810 def welcome mail(subject: "subject", body: "hello world") end
# File actionmailer/test/base_test.rb, line 810 def welcome mail(subject: "subject", body: "hello world") end