我是Ruby on Rails的新手,对此并不了解。我想将attribute_id
和attribute_value_id
从表Attribute
和AttirbuteValue
添加到第三个表CustomerOrder (id, attribute_id, attribute_value_id)
。用户可以拥有attribute_id
和attribute_value_id
的多种组合。我正在将Attribute
和AttributeValue
的所有值循环到customerOrder
,并希望将所有选中的值保存到CustomerOrder
表。