mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove an extra comment [ci skip]
This commit is contained in:
parent
4df9cc29c1
commit
718d3b0bc5
1 changed files with 0 additions and 1 deletions
|
@ -460,7 +460,6 @@ module ActionMailer
|
|||
# Register an Interceptor which will be called before mail is sent.
|
||||
# Either a class, string or symbol can be passed in as the Interceptor.
|
||||
# If a string or symbol is passed in it will be camelized and constantized.
|
||||
# it will be <tt>constantize</tt>d.
|
||||
def register_interceptor(interceptor)
|
||||
delivery_interceptor = case interceptor
|
||||
when String, Symbol
|
||||
|
|
Loading…
Reference in a new issue