我有销售各种类型产品(绘画、歌曲、书籍等)的卖家。
我有一个购买表,它具有使用 product_id 和 product_type 的多态产品关联,其中 product_type 将是绘画、歌曲、书籍等。
我想查询卖方,以获取他们所有已购买产品的列表,但我得到了这个:
Purchase.joins(:product).limit(10).offset(9000)
Hirb Error: Can not eagerly load the polymorphic association :product