Rails `counter_cache` not decrementing when associated items are deleted

前端 未结 0 595
甜味超标
甜味超标 2020-12-21 16:51

I have two ActiveRecord models List and ListItem as shown below.

class List < ApplicationRecord
  has_many :items, -> { order(         


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