How to deal with `uninitialized constant` after deleting polymorphic ActiveRecord model

后端 未结 0 781
北荒
北荒 2021-01-14 05:14

We have a model like this:

class Notification < ApplicationRecord
  belongs_to :notifiable, polymorphic: true 
end

We’re getting uni

相关标签:
回答
  • 消灭零回复
提交回复
热议问题