Class: Engine2::MetaOnChangeSupport::OnChangeGetMeta
- Inherits:
-
OnChangeMeta
- Object
- Engine2::Meta
- OnChangeMeta
- Engine2::MetaOnChangeSupport::OnChangeGetMeta
- Defined in:
- lib/engine2/meta.rb
Instance Attribute Summary
Attributes inherited from Engine2::Meta
#action, #assets, #invokable, #static
Instance Method Summary collapse
Methods inherited from OnChangeMeta
Methods included from Engine2::MetaAPISupport
#config, #decorate, #field_filter, #hide_fields, #info, #info!, #loc!, #reload_routes!, #render, #show_fields
Methods included from Engine2::MetaAngularSupport
#ng_call, #ng_execute, #ng_info!, #ng_record, #ng_record!
Methods inherited from Engine2::Meta
#action_defined, #check_static_meta, #dynamic?, #freeze_meta, #get, http_method, #http_method, inherited, #initialize, #invoke!, #lookup, #merge, #meta_type, meta_type, #post_process, #post_run, #pre_run, #request, #split_keys
Constructor Details
This class inherits a constructor from Engine2::Meta
Instance Method Details
#request_meta_proc_params(handler) ⇒ Object
526 527 528 529 |
# File 'lib/engine2/meta.rb', line 526 def handler params = handler.request.params [params["value"], params["record"]] end |