From b5c30f9dacd73715830bbe53a45e98a7d2007d19 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Thu, 23 Dec 2010 17:38:13 +0000 Subject: Remove target_obsolete? which is not called from anywhere --- activerecord/lib/active_record/associations/has_many_association.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/associations/has_many_association.rb b/activerecord/lib/active_record/associations/has_many_association.rb index 4b05cf6e81..2d2f377e1f 100644 --- a/activerecord/lib/active_record/associations/has_many_association.rb +++ b/activerecord/lib/active_record/associations/has_many_association.rb @@ -79,10 +79,6 @@ module ActiveRecord end end - def target_obsolete? - false - end - def construct_conditions if @reflection.options[:as] sql = -- cgit v1.2.3