Class: SolidFlow::Execution
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SolidFlow::Execution
- Defined in:
- app/models/solidflow/execution.rb
Instance Method Summary collapse
Instance Method Details
#ctx_hash ⇒ Object
32 33 34 |
# File 'app/models/solidflow/execution.rb', line 32 def ctx_hash (self[:ctx] || {}).with_indifferent_access end |