diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-11-07 08:44:44 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-11-07 08:58:19 +0900 |
commit | 3f1695bb9c008b7cb1840e09e640f3ec0c59a564 (patch) | |
tree | 10855663d1a1035da978e623637d318557e3c320 /version.rb | |
parent | 9042ced124874a200b134ec3a4441ab6e2c1be73 (diff) | |
download | rails-3f1695bb9c008b7cb1840e09e640f3ec0c59a564.tar.gz rails-3f1695bb9c008b7cb1840e09e640f3ec0c59a564.tar.bz2 rails-3f1695bb9c008b7cb1840e09e640f3ec0c59a564.zip |
Remove useless `associated_records_by_owner`
`associated_records_by_owner` had returned customizing result before
calling `associate_records_to_owner` for through association subclasses.
Since #22115, `associate_records_to_owner` is called in the method and
not returned owner and result pairs. Removing the method will reduce
method call and block call nesting.
Diffstat (limited to 'version.rb')
0 files changed, 0 insertions, 0 deletions