Method: Newflow::Workflow#current_state=

Defined in:
lib/newflow/workflow.rb

#current_state=(state) ⇒ Object



78
79
80
# File 'lib/newflow/workflow.rb', line 78

def current_state=(state)
  @extendee.workflow_state = state.to_s
end