Method: Workflowable::Action#autocomplete

Defined in:
app/models/workflowable/action.rb

#autocomplete(field_type, value, options = {}, workflow = nil, object = nil, current_stage = nil, next_stage = nil, user = nil) ⇒ Object



46
47
48
# File 'app/models/workflowable/action.rb', line 46

def autocomplete(field_type, value, options={}, workflow=nil, object=nil, current_stage=nil, next_stage=nil, user=nil)
  ("Workflowable::Actions::"+action_plugin).constantize.autocomplete(field_type, value, options, workflow, object, current_stage, next_stage, user)
end