lib/ahoy_email/interceptor.rb in ahoy_email-0.0.2 vs lib/ahoy_email/interceptor.rb in ahoy_email-0.1.0
- old
+ new
@@ -1,10 +1,10 @@
module AhoyEmail
class Interceptor
class << self
def delivering_email(message)
- AhoyEmail::Processor.new(message).mark_sent!
+ AhoyEmail::Processor.new(message).track_send
end
end
end
end