diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-06-15 09:31:28 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-06-15 09:31:28 +0900 |
commit | 71da4b0c794ecf861c63341d8f65f85a04a000a6 (patch) | |
tree | c83d10bc3bfc0714a00c83bbd02148cac6d07dda | |
parent | 247cc2205dbb2f7bb8179d29530d48e4753d6ef1 (diff) | |
download | rails-71da4b0c794ecf861c63341d8f65f85a04a000a6.tar.gz rails-71da4b0c794ecf861c63341d8f65f85a04a000a6.tar.bz2 rails-71da4b0c794ecf861c63341d8f65f85a04a000a6.zip |
[ci skip] correct doc for `register_preview_interceptor`
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 18511edaf0..893eca2eef 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -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 |