diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-04-22 09:26:18 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-04-22 11:06:19 +0900 |
commit | 22fa48f2fc1c4d71d42eaed41ea1ef9af618d585 (patch) | |
tree | 2abede43d718842768961880bc1a97dbc83f2f92 /activerecord/test/models/dog_lover.rb | |
parent | 0541a0d5481043a9c78371446389794944daf3f0 (diff) | |
download | rails-22fa48f2fc1c4d71d42eaed41ea1ef9af618d585.tar.gz rails-22fa48f2fc1c4d71d42eaed41ea1ef9af618d585.tar.bz2 rails-22fa48f2fc1c4d71d42eaed41ea1ef9af618d585.zip |
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
`ClassSpecificRelation` has `method_missing` and the `method_missing` is
called first. if an associated class has the missing method in a
relation, never reach to the `method_missing` in the `CollectionProxy`.
I extracted `DelegateExtending` and included it to the delegate class
that including `ClassSpecificRelation` to fix the issue.
Fixes https://github.com/rails/rails/pull/28246#issuecomment-296033784.
Diffstat (limited to 'activerecord/test/models/dog_lover.rb')
0 files changed, 0 insertions, 0 deletions