We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8105c67 commit 5144168Copy full SHA for 5144168
lib/resque/failure/hoptoad.rb
@@ -23,6 +23,10 @@ module Failure
23
# end
24
# For more information see https://github.com/thoughtbot/hoptoad_notifier
25
class Hoptoad < Base
26
+ def self.configure
27
+ Resque::Failure.backend = self
28
+ HoptoadNotifier.configure
29
+ end
30
31
def self.count
32
# We can't get the total # of errors from Hoptoad so we fake it
0 commit comments