Is there a way to store data for a model as nested json, in one db column?
%fieldset
.legend Other
!= Former::text('content.section1.heading')
!= Former::text('content.section1.lead')
!= Former::text('content.section2.heading')
!= Former::text('content.section2.lead')
I have a bunch of fields for a model, but not really many enough to qualify for a related model.
Is there a way to store data for a model as nested json, in one db column?
I have a bunch of fields for a model, but not really many enough to qualify for a related model.