[ci skip] correct doc for register_preview_interceptor

This commit is contained in:
yuuji.yaginuma 2014-06-15 09:31:28 +09:00
parent 247cc2205d
commit 71da4b0c79

@ -340,7 +340,7 @@ module ActionMailer
# end
# end
#
# config.action_mailer.register_preview_interceptor :css_inline_styler
# ActionMailer::Base.register_preview_interceptor :css_inline_styler
#
# Note that interceptors need to be registered both with <tt>register_interceptor</tt>
# and <tt>register_preview_interceptor</tt> if they should operate on both sending and