class ProcMailer
Public Instance Methods
welcome()
click to toggle source
# File actionmailer/test/mailers/proc_mailer.rb, line 9 def welcome mail end
Private Instance Methods
give_a_greeting()
click to toggle source
# File actionmailer/test/mailers/proc_mailer.rb, line 15 def give_a_greeting "Thanks for signing up this afternoon" end