Method: DynamicFieldsets::Field#update_field_records
- Defined in:
- app/models/dynamic_fieldsets/field.rb
#update_field_records(fsa, fieldset_child, value) ⇒ Object
Updates the field records for the field based on the given values
This must be overridden if it is used
229 230 231 |
# File 'app/models/dynamic_fieldsets/field.rb', line 229 def update_field_records(fsa, fieldset_child, value) throw "Field.update_field_records must be overridden to save data from the form." end |