Skip to content

Commit

Permalink
fixed name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
nightshade427 committed Jul 27, 2010
1 parent e04d99e commit b983b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/message_sending.rb
Expand Up @@ -10,7 +10,7 @@ def initialize(target, options)
def method_missing(method, *args)
Job.create({
:payload_object => PerformableMethod.new(@target, method.to_sym, args),
:priority => Delayed::Worker.default_priority
:priority => ::Delayed::Worker.default_priority
}.merge(@options))
end
end
Expand Down

0 comments on commit b983b7e

Please sign in to comment.