From fcabfa428e57af115aca56f5c9aba99afae2cf7c Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Tue, 19 Oct 2010 18:43:09 +0100 Subject: Remove obsolete require to active_record/associations/nested_has_many_through --- .../lib/active_record/associations/has_many_through_association.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/associations/has_many_through_association.rb b/activerecord/lib/active_record/associations/has_many_through_association.rb index 419a3d385e..2c9fa3b447 100644 --- a/activerecord/lib/active_record/associations/has_many_through_association.rb +++ b/activerecord/lib/active_record/associations/has_many_through_association.rb @@ -1,5 +1,4 @@ require "active_record/associations/through_association_scope" -require "active_record/associations/nested_has_many_through" require 'active_support/core_ext/object/blank' module ActiveRecord -- cgit v1.2.3