module Resque::God

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/resque/god.rb, line 11
def self.config
  @config ||= Configuration.new(Rails.root.join('config', 'resque-god.yml'))
end