Method: ActiveElement::PreRenderProcessors::Json#process
- Defined in:
- lib/active_element/pre_render_processors/json.rb
#process ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/active_element/pre_render_processors/json.rb', line 14 def process return if json_fields.blank? process_json_fields rebuild_action_controller_parameters end |