administrate-field-nested_has_many
administrate-field-nested_has_many copied to clipboard
Handle belongs_to?
I'm not sure where to post this, but there is a super convenient feature of other admin areas, where you can create a new belongs_to model inline. This works great for has_many, but if I have a model that belongs to 4 other models, it is inconvenient to have to create 4 models separately, instead of doing it once inline.
Given that this gems features already closely align with this functionality (because youre dealing with nested has_many), how hard would it be to add BelongsToNestedForm? Is there another way to go about doing this?
I wonder in the spirit of having plugins it'd be better in a new one, what do you think?