RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: tke578
Site: acresofdrew.com
Careful on saving DynamicFormEntries field name. I had to use the field id because of certain field names were rails reserved words which cannot be used.
How would you do model validation to ensure that user must add at least one field?
Careful on saving DynamicFormEntries field name.
I had to use the field id because of certain field names were rails reserved words which cannot be used.
How would you do model validation to ensure that user must add at least one field?