0

我正在使用单选按钮来显示记录的集合,但在这里我希望当集合等于 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

但这对我不起作用。请帮忙!

4

1 回答 1

0

- if @sibling_parents_drop.count > 1

于 2012-10-17T09:44:31.020 回答