diff options
author | Jon Leighton <j@jonathanleighton.com> | 2010-12-23 17:38:13 +0000 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2010-12-26 18:46:58 +0000 |
commit | b5c30f9dacd73715830bbe53a45e98a7d2007d19 (patch) | |
tree | a27309abb3921cff087b24a7f4ada26ce5fcf7bc /activerecord | |
parent | c6e0433ca3520e9bc999f70840d82a76b9470873 (diff) | |
download | rails-b5c30f9dacd73715830bbe53a45e98a7d2007d19.tar.gz rails-b5c30f9dacd73715830bbe53a45e98a7d2007d19.tar.bz2 rails-b5c30f9dacd73715830bbe53a45e98a7d2007d19.zip |
Remove target_obsolete? which is not called from anywhere
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/associations/has_many_association.rb | 4 |
1 files changed, 0 insertions, 4 deletions
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 = |