提交 e968acc2 编写于 作者: R Ryan Bigg

Update ActionMailer documentation to not use deprecated template_root method...

Update ActionMailer documentation to not use deprecated template_root method as documentation, but rather raise_delivery_errors method
上级 8b49fae3
...@@ -273,7 +273,7 @@ module ActionMailer #:nodoc: ...@@ -273,7 +273,7 @@ module ActionMailer #:nodoc:
# = Configuration options # = Configuration options
# #
# These options are specified on the class level, like # 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 # * <tt>default</tt> - You can pass this in at a class level as well as within the class itself as
# per the above section. # per the above section.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册