I want to use both the simple_form gem and the nested_form gem for a single form. However, one starts simple_form_for and the other starts nested_form_for. What should I do?
I want to use both the simple_form gem and the nested_form gem for a
Share
Use Cocoon instead of nested_form.