我有一个哈希映射,我正在迭代哈希映射,并将键和值传递给send()ex:
<%= ud.send(v["q_type"], k, Carmen::Country.all.collect { |country| [country.name, country.code]},{:selected =>v["answer"],:prompt=> "Select a Country"},:class=> 'form-control select2', :id=>'test')%>
选择,k是选择标记。
提示文字未添加到下拉列表中。