gpt4 book ai didi

ruby-on-rails - Rails 表单助手 : how to add an element to a collection?

转载 作者:行者123 更新时间:2023-12-04 07:05:56 24 4
gpt4 key购买 nike

我有一个钥匙串(keychain)对象。钥匙串(keychain) has_many 凭据。

我正在尝试编写 View 代码以向钥匙串(keychain)添加新凭据。这是我的代码:

<% form_for(@keychain) 做 |f| %>

<%= f.select "credentials[]", current_account.services.collect{ |s|
[s.friendly_name, s.id] } %>
<%= f.text_field 'credentials', :username %>
<%= f.password_field '凭据', :password %>

<% 结束 %>

但它失败了这条消息:

钥匙串(keychain)中的 NoMethodError#new

显示第 32 行引发的 app/views/keychains/_keychain_form.html.erb:

未定义的方法 `credentials[]' for #

我究竟做错了什么?

最佳答案

我需要使用fields_for。现在一切都好。

关于ruby-on-rails - Rails 表单助手 : how to add an element to a collection?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1127374/

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