标签: 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`