aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-19 18:43:09 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-19 18:43:09 +0100
commitfcabfa428e57af115aca56f5c9aba99afae2cf7c (patch)
treec2cb2d9dd31c5f39a1e93ea0e7498dd9bda36b71 /activerecord/lib
parent7b84477598137c6261bf2aeb5ce0d1b17e4b2b3c (diff)
downloadrails-fcabfa428e57af115aca56f5c9aba99afae2cf7c.tar.gz
rails-fcabfa428e57af115aca56f5c9aba99afae2cf7c.tar.bz2
rails-fcabfa428e57af115aca56f5c9aba99afae2cf7c.zip
Remove obsolete require to active_record/associations/nested_has_many_through
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/associations/has_many_through_association.rb1
1 files changed, 0 insertions, 1 deletions
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