From 718d3b0bc53bb5da4e5fc32d1a27f2119e6c747c Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sun, 26 Jan 2014 13:11:26 +0100 Subject: Remove an extra comment [ci skip] --- actionmailer/lib/action_mailer/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionmailer') 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 constantized. def register_interceptor(interceptor) delivery_interceptor = case interceptor when String, Symbol -- cgit v1.2.3