1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Vijay Dev 2011-06-08 03:52:33 +05:30
parent 645f003be7
commit a4679839ad

View file

@ -365,7 +365,7 @@ module ActionMailer #:nodoc:
Mail.register_observer(delivery_observer)
end
# Register an Inteceptor which will be called before mail is sent.
# Register an Interceptor which will be called before mail is sent.
# Either a class or a string can be passed in as the Interceptor. If a string is passed in
# it will be <tt>constantize</tt>d.
def register_interceptor(interceptor)