1
0
Fork 0
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:
Robin Dupret 2014-01-26 13:11:26 +01:00
parent 4df9cc29c1
commit 718d3b0bc5

View file

@ -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