我正在尝试制作一个表单,但我似乎无法弄清楚如何正确使用 f.select 表单标签,我只想让你的基本:
<select name='whatever[whatever]'>
<option value='blah'>Blah</option>
<option value='blah2'>Blah2</option>
</select>
另外,我将如何为它们设置课程,而不是什么,谢谢!
尝试谷歌搜索一堆东西,
'How to use the form_for f.select builder properly'
'Rails 3 use f.select properly'
'Rails 3 add class to f.select'