Skip to content

Commit

Permalink
Require activesupport delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 13, 2010
1 parent d04dd79 commit b15e93d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/delayed/performable_method.rb
@@ -1,3 +1,5 @@
require 'active_support/core_ext/module/delegation'

module Delayed
class PerformableMethod < Struct.new(:object, :method_name, :args)
delegate :method, :to => :object
Expand Down

0 comments on commit b15e93d

Please sign in to comment.