Skip to content

Commit

Permalink
require specific activesupport extensions for Rails 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed May 2, 2010
1 parent 244cf9c commit c96da5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/delayed/message_sending.rb
@@ -1,3 +1,5 @@
require 'active_support/basic_object'

module Delayed
class DelayProxy < ActiveSupport::BasicObject
def initialize(target, options)
Expand Down
1 change: 1 addition & 0 deletions lib/delayed/worker.rb
@@ -1,5 +1,6 @@
require 'timeout'
require 'active_support/core_ext/numeric/time'
require 'active_support/core_ext/class/attribute_accessors'

module Delayed
class Worker
Expand Down

0 comments on commit c96da5f

Please sign in to comment.