Skip to content

Commit

Permalink
Update ActionMailer documentation to not use deprecated template_root…
Browse files Browse the repository at this point in the history
… method as documentation, but rather raise_delivery_errors method
  • Loading branch information
radar committed Nov 26, 2010
1 parent 8b49fae commit e968acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -273,7 +273,7 @@ module ActionMailer #:nodoc:
# = Configuration options
#
# These options are specified on the class level, like
# <tt>ActionMailer::Base.template_root = "/my/templates"</tt>
# <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
# per the above section.
Expand Down

0 comments on commit e968acc

Please sign in to comment.