• 你好,我遇到同样的问题 class Manufacturer < ActiveRecord::Base has_many :products class Product < ActiveRecord::Base belongs_to :manufacturer

    但我不知道到底该怎么改? 我在 product 的 table 中有一个 column 是 manufacturer_id,类别是 integer

    如果你在的话,能帮忙释疑下吗?谢谢!