Module: Workflower
- Defined in:
- lib/workflower.rb,
lib/workflower/flow.rb,
lib/workflower/errors.rb,
lib/workflower/manager.rb,
lib/workflower/version.rb,
lib/workflower/acts_as_workflower.rb
Defined Under Namespace
Modules: ActsAsWorkflower
Classes: Configuration, Error, Flow, Manager, NoTransitionAllowed, TransitionHalted, WorkflowDefinitionError, WorkflowerError
Constant Summary
collapse
- VERSION =
"0.2.7"
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
11
12
13
|
# File 'lib/workflower.rb', line 11
def configuration
@configuration ||= Configuration.new
end
|
15
16
17
|
# File 'lib/workflower.rb', line 15
def configure
yield(configuration)
end
|