2 lines
93 B
Ruby
2 lines
93 B
Ruby
# Initializer to configure resque daemon
|
|
Resque.redis = ENV['REDIS_URL'] if ENV['REDIS_URL']
|