Module: Newflow::ActiveRecordInstantiator

Defined in:
lib/newflow.rb

Overview

TODO: TEST

Instance Method Summary collapse

Instance Method Details

#after_initialize_with_workflowObject 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