We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df9cc2 commit 718d3b0Copy full SHA for 718d3b0
actionmailer/lib/action_mailer/base.rb
@@ -460,7 +460,6 @@ def register_observer(observer)
460
# Register an Interceptor which will be called before mail is sent.
461
# Either a class, string or symbol can be passed in as the Interceptor.
462
# If a string or symbol is passed in it will be camelized and constantized.
463
- # it will be <tt>constantize</tt>d.
464
def register_interceptor(interceptor)
465
delivery_interceptor = case interceptor
466
when String, Symbol
0 commit comments