diff options
Diffstat (limited to 'actionmailer/test/mailers/proc_mailer.rb')
-rw-r--r-- | actionmailer/test/mailers/proc_mailer.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionmailer/test/mailers/proc_mailer.rb b/actionmailer/test/mailers/proc_mailer.rb index f5371fa674..40610812fb 100644 --- a/actionmailer/test/mailers/proc_mailer.rb +++ b/actionmailer/test/mailers/proc_mailer.rb @@ -10,8 +10,8 @@ class ProcMailer < ActionMailer::Base private - def give_a_greeting - "Thanks for signing up this afternoon" - end + def give_a_greeting + "Thanks for signing up this afternoon" + end end |