lib/ahoy_email/interceptor.rb in ahoy_email-0.2.2 vs lib/ahoy_email/interceptor.rb in ahoy_email-0.2.3

- old
+ new

@@ -1,11 +1,9 @@ module AhoyEmail class Interceptor class << self - def delivering_email(message) AhoyEmail::Processor.new(message).track_send end - end end end