当我使用
= f.association :manufactureType,:collection => ManufactureType.all,:as => :radio
Rails只是生成几个单选按钮,但没有选择它们.我想要默认选择第一个单选按钮.我该怎么做?
谢谢
:checked => @manufacture_types[0]
要么
:checked => ManufactureType.first