Skip to content

Commit

Permalink
Merge pull request collectiveidea#366 from atotic/master
Browse files Browse the repository at this point in the history
One line fix for a missing 'benchmark' require
  • Loading branch information
sferik committed Mar 21, 2012
2 parents cd89cbb + 9ca7de9 commit 4a5d155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/delayed/worker.rb
Expand Up @@ -4,6 +4,7 @@
require 'active_support/core_ext/kernel'
require 'active_support/core_ext/enumerable'
require 'logger'
require 'benchmark'

module Delayed
class Worker
Expand Down

0 comments on commit 4a5d155

Please sign in to comment.