From 4d6a314a220840872483e2ded191cada582dfd7d Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sun, 9 Dec 2012 00:01:28 -0500 Subject: use default_options= instead of default to avoid confusion --- actionmailer/lib/action_mailer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/lib') diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index dcf13e927c..04274065dc 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -314,7 +314,7 @@ module ActionMailer # These options are specified on the class level, like # ActionMailer::Base.raise_delivery_errors = true # - # * default - You can pass this in at a class level as well as within the class itself as + # * default_options - You can pass this in at a class level as well as within the class itself as # per the above section. # # * logger - the logger is used for generating information on the mailing run if available. -- cgit v1.2.3