[Ruby] Want ar_mailer and exception_notification to play nice

Victor Cosby victorcosby at gmail.com
Mon Sep 17 17:24:10 PDT 2007


Once I switched over to ar_mailer, exception_notification started having
these errors when it tried to handle exceptions.

  NoMethodError (undefined method `perform_delivery_activerecord' for
#<ExceptionNotifier:0x2aeee4e62da0>)

I want to configure it so that exception_notification doesn't use ar_mailer.


Could it be as simple as?

  ExceptionNotifier.delivery_method = :smtp

Thanks,
Victor


More information about the Ruby mailing list