Class: Engine2::ActionOnChangeSupport::OnChangeGetAction

Inherits:
OnChangeAction show all
Defined in:
lib/engine2/action.rb

Instance Attribute Summary

Attributes inherited from Engine2::Action

#assets, #invokable, #meta, #node, #static

Instance Method Summary collapse

Methods included from Engine2::ActionAPISupport

#config, #decorate, #field_filter, #fields, #fields!, #hide_fields, #loc!, #render, #show_fields

Methods included from Engine2::ActionAngularSupport

#ng_call, #ng_execute, #ng_info!, #ng_record, #ng_record!

Methods inherited from Engine2::Action

action_type, #action_type, #arguments, #check_anonymous_action_class, #check_static_action, #define_invoke, #define_method, #dynamic?, #execute, #freeze_action, #http_method, http_method, inherit, inherited, #initialize, #invoke!, #join_keys, #lookup, #merge, #node_defined, #post_process, #post_run, #pre_run, #repeat, #request, #split_keys

Constructor Details

This class inherits a constructor from Engine2::Action

Instance Method Details

#request_action_proc_params(handler) ⇒ Object



619
620
621
622
# File 'lib/engine2/action.rb', line 619

def request_action_proc_params handler
    params = handler.request.params
    [params["value"], params["record"]]
end