lib/resque/failure/rollbar.rb in resque-rollbar-0.0.2 vs lib/resque/failure/rollbar.rb in resque-rollbar-0.0.3

- old
+ new

@@ -3,10 +3,10 @@ module Resque module Failure class Rollbar < Base def save - ::Rollbar.notify_exception(exception, payload) + ::Rollbar.report_exception(exception, payload) end end end end