为什么 SimpleForm 会为收音机而不是复选框给出错误?
复选框有效
<%= f.association :color, :as => :check_boxes %>
收音机报错
<%= f.association :color, :as => :radio %>
错误
No input found for radio
为什么 SimpleForm 会为收音机而不是复选框给出错误?
<%= f.association :color, :as => :check_boxes %>
<%= f.association :color, :as => :radio %>
No input found for radio