diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-15 13:53:58 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-15 13:53:58 +0900 |
commit | d1107f4d1e2573948d4941ac44511a0af6241f80 (patch) | |
tree | 50f8b5d9d93a0f4ae43fbf183396830c8a3878e4 /activerecord/test/cases/adapters/postgresql | |
parent | 4ff2c934b57885e48193e2a9123599238b7a72fe (diff) | |
download | rails-d1107f4d1e2573948d4941ac44511a0af6241f80.tar.gz rails-d1107f4d1e2573948d4941ac44511a0af6241f80.tar.bz2 rails-d1107f4d1e2573948d4941ac44511a0af6241f80.zip |
Fix dirty tracking for `touch`
Before this fix, `touch` only clears dirty tracking for touched
attributes, doesn't track saved (touched) changes.
This fixes that tracks saved changes and carry over remaining changes.
Fixes #33429.
Closes #34306.
Diffstat (limited to 'activerecord/test/cases/adapters/postgresql')
0 files changed, 0 insertions, 0 deletions