Method: Dynflow::Persistence#load_actions_attributes
- Defined in:
- lib/dynflow/persistence.rb
#load_actions_attributes(execution_plan_id, attributes) ⇒ Object
40 41 42 |
# File 'lib/dynflow/persistence.rb', line 40 def load_actions_attributes(execution_plan_id, attributes) adapter.load_actions_attributes(execution_plan_id, attributes).reject(&:empty?) end |