diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-05-26 15:04:41 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-05-26 15:04:41 +0900 |
commit | 7ac5b9e8486b90e7a6003a1b5e34b0fd530e6683 (patch) | |
tree | 1873d0225c6ba0c0cfb307b4ee504008a30fbb87 /.gitignore | |
parent | e34c2050e996ffe7ae5feecb005117cd7df4ba74 (diff) | |
download | rails-7ac5b9e8486b90e7a6003a1b5e34b0fd530e6683.tar.gz rails-7ac5b9e8486b90e7a6003a1b5e34b0fd530e6683.tar.bz2 rails-7ac5b9e8486b90e7a6003a1b5e34b0fd530e6683.zip |
Fix `belongs_to_counter_cache_after_update` to respect custom primary key counter
If belongs_to primary key is customized, the callback will update
counters against the wrong target looked up by the customized key as
primary key.
We need to convert the customized key into an object that can be
referred to as primary key.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions