我收到错误undefined method "instantiate" for Address:Class
在加载使用Address
模型的任何网页时,例如新建/编辑 客户/网站页面。所有的东西都运行良好,但突然之间发生了变化,我觉得在使用地址类的某些时候,无论情况如何,网站都会抛出错误。
地址模型 -
embedded_in :addressable, polymorphic: true
网站模型 -
embeds_one :address, autobuild: true, as: :addressable
客户模型 -
embeds_one :address, autobuild: true, as: :addressable
错误是随机的。有时它很流畅,但在页面上刷新3-4次之后会自动解决。
提前感谢。