Method: MDWA::DSL::ProcessDetail#action

Defined in:
lib/mdwa/dsl/process_detail.rb

#action(entity, action) ⇒ Object

Refered action Params:

> :entity

> :action



30
31
32
33
# File 'lib/mdwa/dsl/process_detail.rb', line 30

def action(entity, action)
  self.detail_action.entity = entity
  self.detail_action.action = action
end