diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index dcf13e927cb79e5e7ffb6512e86bae204742d498..04274065dc33cdefb02c717514b740db0acd0140 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.