aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-19 18:29:10 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-19 18:29:10 +0100
commitcf7c475ef187e88044cba139cc2e1dbf5f180b15 (patch)
tree66f52765446caa048ee44f40594b7ab9342f8d8d /activerecord/lib/active_record/associations.rb
parent8aa69490833796ac6f373de746d6fc79dfc5482a (diff)
downloadrails-cf7c475ef187e88044cba139cc2e1dbf5f180b15.tar.gz
rails-cf7c475ef187e88044cba139cc2e1dbf5f180b15.tar.bz2
rails-cf7c475ef187e88044cba139cc2e1dbf5f180b15.zip
Remove obsolete autoload
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rw-r--r--activerecord/lib/active_record/associations.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index 379a4eb1ef..98a101fac4 100644
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -109,7 +109,6 @@ module ActiveRecord
autoload :HasAndBelongsToManyAssociation, 'active_record/associations/has_and_belongs_to_many_association'
autoload :HasManyAssociation, 'active_record/associations/has_many_association'
autoload :HasManyThroughAssociation, 'active_record/associations/has_many_through_association'
- autoload :NestedHasManyThroughAssociation, 'active_record/associations/nested_has_many_through_association'
autoload :HasOneAssociation, 'active_record/associations/has_one_association'
autoload :HasOneThroughAssociation, 'active_record/associations/has_one_through_association'
autoload :AliasTracker, 'active_record/associations/alias_tracker'