我正在使用单选按钮来显示记录的集合,但在这里我希望当集合等于 1 时,我想要隐藏单选按钮。我在这里使用
-if collection.count > 1
= t.input :sibling_parent, :as => :radio, :collection => @sibling_parents_drop, :input_html => {:class=>"ml", :checked => 'checked'}
-else
%h2
field without radio button
但这对我不起作用。请帮忙!