当使用store_accessor定义id字段时,是否可以使用belongs_to?

时间:2017-02-19 09:13:54

标签: database activerecord belongs-to

是否可以执行以下操作?

class Car < ActiveRecord::Base
    store_accessor :registration, :manufacturer_id
    belongs_to :manufacturer
end

我尝试了这个但是得到了

ActiveModel::MissingAttributeError:
  can't write unknown attribute `manufacturer_id`

0 个答案:

没有答案