1

我想用我的产品显示一个 grouped_collection_select(一个产品链接到一个类别)所以我做了这个:

<%= c.grouped_collection_select :product_id, @categories, :products, :name, :id, :combined_name, :include_blank => true %>

但我只想要一些具有“真”布尔值的产品,是否可以指定这个?我知道@categories 是可能的,但我不知道:products ...

谢谢

4

0 回答 0