administrate-field-nested_has_many icon indicating copy to clipboard operation
administrate-field-nested_has_many copied to clipboard

Handle belongs_to?

Open 9mm opened this issue 3 years ago • 1 comments

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?

9mm avatar Apr 20 '23 14:04 9mm

I wonder in the spirit of having plugins it'd be better in a new one, what do you think?

nickcharlton avatar Jul 14 '23 14:07 nickcharlton