Method: MotionPrime::BaseFieldSection#prepare_table_data
- Defined in:
- motion-prime/sections/form/base_field_section.rb
#prepare_table_data ⇒ Object
11 12 13 14 15 16 17 |
# File 'motion-prime/sections/form/base_field_section.rb', line 11 def prepare_table_data @form = [:collection_section] if [:observe_errors] # Do not remove clone() after delete() = (.delete(:observe_errors).clone, elements_eval_object) end end |