Class: WorkflowCore::Transition

Inherits:
ApplicationRecord show all
Defined in:
app/models/workflow_core/transition.rb

Instance Method Summary collapse

Instance Method Details

#fire(_token) ⇒ Object

Raises:

  • (NotImplementedError)


14
15
16
# File 'app/models/workflow_core/transition.rb', line 14

def fire(_token)
  raise NotImplementedError
end