Module: OxAiWorkers::StateHelper

Included in:
StateBatch, StateTools
Defined in:
lib/oxaiworkers/state_helper.rb

Instance Method Summary collapse

Instance Method Details

#log_me(transition) ⇒ Object



5
6
7
# File 'lib/oxaiworkers/state_helper.rb', line 5

def log_me(transition)
  # OxAiWorkers.logger.info("`#{transition.event}` was called to transition from :#{transition.from} to :#{transition.to}")
end