module Libis::Workflow::ActiveRecord

Constants

Config

noinspection RubyConstantNamingConvention

VERSION

Public Class Methods

configure() { |instance| ... } click to toggle source
# File lib/libis/workflow/activerecord.rb, line 18
def self.configure
  yield ::Libis::Workflow::ActiveRecord::Config.instance
end