This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
f0f067af78
rails--rails
/
activerecord
/
test
/
fixtures
/
dog_lovers.yml
8 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
Fix bug where reset_counters resets the wrong counter cache. 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.
2012-01-16 21:06:14 -05:00
david
:
id
:
1
bred_dogs_count
:
0
trained_dogs_count
:
1
Update other counter caches on destroy
2012-09-17 17:57:13 -04:00
joanna
:
id
:
2
dogs_count
:
1
Copy permalink