I have this schema and I just want to create a form to create/edit products
schema "products" do
...
has_many :product_components, XYZ.Inventory.ProductComponent
end
the form should be:
- dynamic so that I can add and remove items
- have a select element populated with the items in the “product_components” table






















