diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-01-26 13:11:26 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-01-26 13:11:26 +0100 |
commit | 718d3b0bc53bb5da4e5fc32d1a27f2119e6c747c (patch) | |
tree | ee43d0c48ef670e79c5ae931ad15569d00b69c78 /actionmailer | |
parent | 4df9cc29c15634de8de5912d2b40766f04e58c03 (diff) | |
download | rails-718d3b0bc53bb5da4e5fc32d1a27f2119e6c747c.tar.gz rails-718d3b0bc53bb5da4e5fc32d1a27f2119e6c747c.tar.bz2 rails-718d3b0bc53bb5da4e5fc32d1a27f2119e6c747c.zip |
Remove an extra comment [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 76814d336b..388f694590 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -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 |