Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update other counter caches on destroy | Ian Young | 2013-03-20 | 1 | -0/+3 |
| | |||||
* | Fix bug where reset_counters resets the wrong counter cache. | David Peter | 2012-01-16 | 1 | -0/+4 |
If a model belongs_to two associations with the same class, then reset_counters will reset the wrong counter cache. Finding the right reflection should use the foreign_key instead, which should be unique. |