diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-01-04 12:19:41 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-01-04 12:27:44 +0900 |
commit | b334aa0ea4008221c475adc5b124f3b23b785aba (patch) | |
tree | b4706f4b15126779070627a4494f808eafe36d2e /activesupport/test/reloader_test.rb | |
parent | 127509c071b4f983f2beafc8766e990670a21215 (diff) | |
download | rails-b334aa0ea4008221c475adc5b124f3b23b785aba.tar.gz rails-b334aa0ea4008221c475adc5b124f3b23b785aba.tar.bz2 rails-b334aa0ea4008221c475adc5b124f3b23b785aba.zip |
Fix `find_by` and `where` consistency
The alternative of #26213.
Currently `find_by` and `where` with AR object return inconsistent
result. This is caused by statement cache does not support AR object.
Passing to finder method to fix the issue.
Fixes #26210.
Diffstat (limited to 'activesupport/test/reloader_test.rb')
0 files changed, 0 insertions, 0 deletions