I have a nested form categories for stores resource. They have a has_and_belongs_to_many relationship.
When I create the nested form, I get the following on the stores form:

But what I really want is a checklist like this:

Any ideas?
|
I have a nested form When I create the nested form, I get the following on the stores form:
But what I really want is a checklist like this:
Any ideas?
| |||
|
feedback
|
|
Turns out that after creating those relationships between the models, I don't need to do the
This will automatically take the categories and check the default ones (and also handle any changes made to it). | |||
|
feedback
|