active admin many to many show index PG::UndefinedColumn: ERROR: column cases.product_id does not exist

前端 未结 0 1729
面向向阳花
面向向阳花 2020-12-13 09:06

In my case model

  has_many :case_products, dependent: :destroy
  has_many :products, through: :case_products

in my product model



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题