diff options
author | Diego Silva <diego.silva@live.com> | 2016-02-09 20:46:34 -0200 |
---|---|---|
committer | Diego Silva <diego.silva@live.com> | 2016-02-09 21:28:21 -0200 |
commit | f1daa2be5278bee61dfa9a6dc111b556df677ad8 (patch) | |
tree | aeecaa8c6457c3292f5dbefa981606595ae97586 /railties/test/application/middleware_test.rb | |
parent | b5eb2423b6e431ba53e3836d58449e7e810096b4 (diff) | |
download | rails-f1daa2be5278bee61dfa9a6dc111b556df677ad8.tar.gz rails-f1daa2be5278bee61dfa9a6dc111b556df677ad8.tar.bz2 rails-f1daa2be5278bee61dfa9a6dc111b556df677ad8.zip |
UniquenessValidator exclude itself when PK changed
When changing the PK for a record which has a uniqueness validation on
some other attribute, Active Record should exclude itself from the
validation based on the PK value stored on the DB (id_was) instead of
its new value (id).
Diffstat (limited to 'railties/test/application/middleware_test.rb')
0 files changed, 0 insertions, 0 deletions