Skip to content

Commit

Permalink
Add autoload declaration for deprecated AssociationCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jul 18, 2011
1 parent 3d7ed11 commit 312ee12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/lib/active_record/associations.rb
Expand Up @@ -119,6 +119,7 @@ module Associations # :nodoc:
autoload :SingularAssociation, 'active_record/associations/singular_association'
autoload :CollectionAssociation, 'active_record/associations/collection_association'
autoload :CollectionProxy, 'active_record/associations/collection_proxy'
autoload :AssociationCollection, 'active_record/associations/collection_proxy'

autoload :BelongsToAssociation, 'active_record/associations/belongs_to_association'
autoload :BelongsToPolymorphicAssociation, 'active_record/associations/belongs_to_polymorphic_association'
Expand Down

0 comments on commit 312ee12

Please sign in to comment.