aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/association_proxy_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Split AssociationProxy into an Association class (and subclasses) which ↵Jon Leighton2011-02-181-52/+0
| | | | manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more.
* adding a test for no method errorAaron Patterson2011-01-111-0/+52