Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fixing namespace error for Resque plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroProt committed May 14, 2011
1 parent e34ac77 commit f9d7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rpm_contrib/instrumentation/resque.rb
Expand Up @@ -24,7 +24,7 @@ module Resque
end

::Resque::Job.class_eval do
include Resque::Plugins::NewRelicInstrumentation
include ::Resque::Plugins::NewRelicInstrumentation
end
end
end
Expand Down

0 comments on commit f9d7fcd

Please sign in to comment.