Nesting :json include in Rails

前端 未结 5 1730
悲哀的现实
悲哀的现实 2020-12-10 02:37

I have three models:

class A < ActiveRecord::Base
  has_many :bs
end

class B < ActiveRecord::Base
  has_one :c
  belongs_to :a
end

class C < Activ         


        
5条回答
提交回复
热议问题