mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
38218929e9
Various behaviors needed by associations (such as creating the through record) are lost when `where` is called, since we stop having a `CollectionProxy` and start having an `AssociationRelation` which does not contain this behavior. I *think* we should be able to rm `AssociationRelation`, but we have tests saying the changes required to do that would be bad (Without saying why. Of course. >_>) Fixes #19073. |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |