gpt4 book ai didi

many-to-many - rails_admin has_many 通过额外的字段

转载 作者:行者123 更新时间:2023-12-04 05:28:18 26 4
gpt4 key购买 nike

我有 2 个模型。 用户项目。并且它们之间存在多对多关系和额外的 position 字段。我在 rails_admin 编辑页面上看不到那个额外的字段。

如何将该字段添加到表单中?

用户.rb

has_many :projects, :through => :works_ons

project.rb

has_many :users, :through => :works_ons

works_on.rb

attr_accessible :position, :project_id, :user_id

belongs_to :user
belongs_to :project

最佳答案

你的用户模型 has_many :users, :through => :works_ons 是真的吗?

我想知道你是否需要

用户.rb

has_many :projects, :through => :works_ons

关于many-to-many - rails_admin has_many 通过额外的字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15725094/

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