Module: Newflow::ActiveRecordInstantiator
- Defined in:
- lib/newflow.rb
Overview
TODO: TEST
Instance Method Summary collapse
- #after_initialize_with_workflow ⇒ Object (also: #after_initialize)
Instance Method Details
#after_initialize_with_workflow ⇒ Object Also known as: after_initialize
37 38 39 40 |
# File 'lib/newflow.rb', line 37 def after_initialize_with_workflow after_initialize_without_workflow if respond_to?(:after_initialize_without_workflow) workflow # This will set the workflow_state end |