0

我在表单中使用了formastic,以下字段导致错误 * Formtastic::UnknownInputError *

<%= f.input :country %>

当我覆盖 Formtastic 默认值并将该行显示为字符串时,它运行良好。

<%= f.input :country, :as => :string%>  

我安装了 formtastic-2.0.2 并包含了 country-select-1.1.0 gem。

我正在使用 Rails 3.1

谢谢你的帮助!

4

0 回答 0