module RailsWorkflow

TODO: add spec

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/rails_workflow.rb, line 7
def self.config
  Config.instance
end
setup() { |config| ... } click to toggle source
# File lib/rails_workflow.rb, line 11
def self.setup
  yield config
end