gpt4 book ai didi

ruby-on-rails - Formtastic::FormBuilder的未定义方法 'actions'

转载 作者:行者123 更新时间:2023-12-03 16:12:21 25 4
gpt4 key购买 nike

我有Rails 3.1.3和formastic 2.0.2。

我正在使用您可以想象的最基本的形式:

 <%= semantic_form_for @customer do |f| %>
<%= f.inputs %>
<%= f.actions %>
<% end %>

我收到以下错误:
Completed 500 Internal Server Error in 652ms

ActionView::Template::Error (undefined method `actions' for #<Formtastic::FormBuilder:0x00000128249018>):
2:
3: <%= semantic_form_for @customer do |f| %>
4: <%= f.inputs %>
5: <%= f.actions %>
6: <% end %>
app/views/customers/new.html.erb:5:in `block in _app_views_customers_new_html_erb___3455593051620241935_2485943640'
app/views/customers/new.html.erb:3:in `_app_views_customers_new_html_erb___3455593051620241935_2485943640'

当我注释掉 f.actions 时,该表单有效。

尝试了所有我能找到的东西,但是我在这一点上非常受困。

最佳答案

显然,formastic的2.0.2版本不支持f.actions。使用f.buttons或将formtastic升级到2.1.0.beta1,我不推荐您使用它,因为它是beta版本,并且已于几天前发布。

关于ruby-on-rails - Formtastic::FormBuilder的未定义方法 'actions',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8928044/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com