diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-03-02 06:49:33 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-03-04 02:36:15 +0900 |
commit | 7d5a7b30cc79d91f3e3fa8ee81a077276947eb72 (patch) | |
tree | d9f7cd6a0813daa24c6636092462e021c8d5c44a /activesupport/lib | |
parent | d35875b7a3f559155a9378cbe9203b0b8ea580f9 (diff) | |
download | rails-7d5a7b30cc79d91f3e3fa8ee81a077276947eb72.tar.gz rails-7d5a7b30cc79d91f3e3fa8ee81a077276947eb72.tar.bz2 rails-7d5a7b30cc79d91f3e3fa8ee81a077276947eb72.zip |
Eager loading with polymorphic associations should behave consistently
This reverts ignoring polymorphic error introduced at 02da8ae.
What the ignoring want to solve was caused by force eager loading
regardless of whether it is necessary, but it has been fixed by #29043.
The ignoring is now only causing a mismatch of `exists?` behavior with
`to_a`, `count`, etc. It should behave consistently.
Diffstat (limited to 'activesupport/lib')
0 files changed, 0 insertions, 0 deletions