在我的模型如何在使用Mongoid的formtastic中設置一個單獨的check_box?
field :resizable, type: Boolean, default: true
事情我已經試過在formtastic:
= f.input :resizable, :as => :check_boxes # This produces two textboxes
= f.input :resizable # This produces an input field
= f.input :resizable, :as => :check_box # This produces an error
我得到的錯誤:check_box是:
ActionView::Template::Error (Formtastic::UnknownInputError):
當我使用,如: :它的工作原理。
後是什麼錯誤請。 – 2012-03-06 16:14:57
嗨泰勒,更新了我的錯誤消息。 – 2012-03-06 16:32:03