这是我到目前为止所得到的:
<td><div id="candys-<%=@type.id.to_s%>">
<%= f.select(:candy_ids,
options_for_select(...),
{},
{:multiple=>true, :name => "type[#{@type.id.to_s}][candy_ids[]]"}) %>
</div></td>
我最终得到了一系列 nil。
如果我不添加 :name 来强制名称为数组,我将不会得到值数组