Nikhil Mathew
Nikhil Mathew
Sorry for the late follow up on this issue! Finally got around to finishing up the changes and submitting a PR, looking forward to hearing feedback. As far as how...
hey @apotonick, for sure! I'm backing this form by an ActiveRecord model: let's say in this case the model is `GlobalVisitor` id=1, and it has 100 `CompanyVisitor` children, each with...
I've tried to essentially make this a collection that is "write-only", by passing `readable: false` and then only having the items that are appended in the populator used in the...
Any thoughts on how best to move forward with this @apotonick @fran-worley?