Skip to content

Commit 718d3b0

Browse files
committed
Remove an extra comment [ci skip]
1 parent 4df9cc2 commit 718d3b0

File tree

1 file changed

+0
-1
lines changed
  • actionmailer/lib/action_mailer

1 file changed

+0
-1
lines changed

actionmailer/lib/action_mailer/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ def register_observer(observer)
460460
# Register an Interceptor which will be called before mail is sent.
461461
# Either a class, string or symbol can be passed in as the Interceptor.
462462
# If a string or symbol is passed in it will be camelized and constantized.
463-
# it will be <tt>constantize</tt>d.
464463
def register_interceptor(interceptor)
465464
delivery_interceptor = case interceptor
466465
when String, Symbol

0 commit comments

Comments
 (0)