我看过
How do I set the HTML options for collection_select in Rails?,我相信我错过了一些明显的东西,但是我不能让这个工作.
我的选择目前看起来像:
<%= f.collection_select :broadcast_id,broadcasts,:id,:to_s,:include_blank => 'Broadcast on...' %>
我尝试过包括:class => ‘prevent_collapse’,它什么都不做,以及{:class => ‘prevent_collapse’},这给我一个错误.
如果有人可以指出如何做到这一点,我将非常感激!