Class: SolidFlow::Execution

Inherits:
ApplicationRecord show all
Defined in:
app/models/solidflow/execution.rb

Instance Method Summary collapse

Instance Method Details

#ctx_hashObject



32
33
34
# File 'app/models/solidflow/execution.rb', line 32

def ctx_hash
  (self[:ctx] || {}).with_indifferent_access
end