ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

nested_form for recursive Model #373

Open viniciusfont opened 8 years ago

viniciusfont commented 8 years ago

I have this: https://stackoverflow.com/questions/36960235/rails-nested-form-recursive

And the problem here is nested_form creating the partial recursively until exausts. I think the problem is nested_form creating multiple blueprint for each partial.

How can I solve this problem? Thanks in advance!

jagdeepsingh commented 5 years ago

The link in question doesn't work now.