Skip to content

Commit

Permalink
return of Resque::Failure::Hoptoad.configure
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed May 17, 2011
1 parent 8105c67 commit 5144168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/resque/failure/hoptoad.rb
Expand Up @@ -23,6 +23,10 @@ module Failure
# end
# For more information see https://github.com/thoughtbot/hoptoad_notifier
class Hoptoad < Base
def self.configure
Resque::Failure.backend = self
HoptoadNotifier.configure
end

def self.count
# We can't get the total # of errors from Hoptoad so we fake it
Expand Down

0 comments on commit 5144168

Please sign in to comment.