Rails 嵌套资源 - 缺少必需的键:[:entry_id]
作者:Jan 提问时间:4/2/2023
我有两个模型: class Credit < ApplicationRecord belongs_to :user has_many :entries, -> { order(position...
有很多 问答列表
作者:Jan 提问时间:4/2/2023
我有两个模型: class Credit < ApplicationRecord belongs_to :user has_many :entries, -> { order(position...