class FlowMachine::StateCallback

Public Instance Methods

run_method(target, method) click to toggle source
# File lib/flow_machine/state_callback.rb, line 3
def run_method(target, method)
  target.run_workflow_method(method)
end