use default_options= instead of default to avoid confusion

This commit is contained in:
Francesco Rodriguez 2012-12-09 00:01:28 -05:00
parent 07e2f0e53e
commit 4d6a314a22
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ module ActionMailer
# These options are specified on the class level, like
# <tt>ActionMailer::Base.raise_delivery_errors = true</tt>
#
# * <tt>default</tt> - You can pass this in at a class level as well as within the class itself as
# * <tt>default_options</tt> - You can pass this in at a class level as well as within the class itself as
# per the above section.
#
# * <tt>logger</tt> - the logger is used for generating information on the mailing run if available.