Skip to content

Commit

Permalink
Make sure we call super.
Browse files Browse the repository at this point in the history
  • Loading branch information
lantins committed Jul 9, 2010
1 parent 1bf7471 commit 2d3a142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resque/plugins/retry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module Plugins
#
module Retry
def inherited(subclass)
super(subclass)
subclass.instance_variable_set("@retry_criteria_checks", retry_criteria_checks.dup)
end

Expand Down

0 comments on commit 2d3a142

Please sign in to comment.