1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Need to require yaml here

This commit is contained in:
Mike Perham 2013-05-04 20:50:24 -07:00
parent 541ff1f58a
commit f68abc1e9a

View file

@ -1,3 +1,5 @@
require 'yaml'
module Sidekiq
module Extensions
class Proxy < BasicObject