class ChaskiqRubyClient::Config

Public Class Methods

configure!() click to toggle source
# File lib/chaskiqRubyClient/config.rb, line 13
def self.configure!
  begin
  #we will rescue this in order to allow rails g chaskiq:install works
  rescue Chaskiq::ConfigError => e
    puts e
    puts e.message
  end
end
setup() { |self| ... } click to toggle source
# File lib/chaskiqRubyClient/config.rb, line 9
def self.setup
  yield self
end