module Migratio::Worker

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/migratio/worker.rb, line 7
def self.config
  @@config ||= Migratio::Config.new @config_path
end
config_path() click to toggle source
# File lib/migratio/worker.rb, line 11
def self.config_path
  @@config_path = config_path
  @@config = nil
end