0
<% form.inputs do %>
<% @account.account_preference.editorial_attributes.each do |key, value| %>
<%= account_pref.input "editorial_#{key}".to_sym, :as => :radio, :collection => options_for(Editorial, key.to_sym), :wrapper_html => { :class => "compact" }, :label => key.titleize %>
<% end %>
<% end %>
如何將此下拉列表更改爲常規下拉列表而無需單選按鈕?在欄杆中的下拉列表