Skip to content

Instantly share code, notes, and snippets.

@ngty
Created July 23, 2010 09:22
Show Gist options
  • Save ngty/487209 to your computer and use it in GitHub Desktop.
Save ngty/487209 to your computer and use it in GitHub Desktop.
unless ENV['RAILS_ENV'] == 'production'
module Resque
class << self
alias_method :orig_enqueue, :enqueue
def Resque.enqueue(*args) ; end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment