- Timestamp:
- 04/06/08 00:27:12 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/associations/association_proxy.rb
r9226 r9230 8 8 # BelongsToPolymorphicAssociation 9 9 # AssociationCollection 10 # HasAndBelongsToManyAssociation 10 11 # HasManyAssociation 11 # HasAndBelongsToManyAssociation 12 # HasManyThroughAssociation 13 # HasOneThroughAssociation 12 # HasManyThroughAssociation 13 # HasOneThroughAssociation 14 14 # 15 15 # Association proxies in Active Record are middlemen between the object that