单选按钮仅在集合大于1时显示,rails

时间:2012-10-17 08:46:03

标签: ruby-on-rails

我正在使用单选按钮来显示记录的集合但是在这里我希望当集合等于一时我想要隐藏单选按钮.. 我在这里使用

-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

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

1 个答案:

答案 0 :(得分:0)

- if @sibling_parents_drop.count > 1