From 88c009377851912c60fd16ec4bfab3001ac2cf9f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 2 Oct 2013 15:53:56 -0700 Subject: remove HABTM special cases from associations classes --- activerecord/lib/active_record/associations/join_helper.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'activerecord/lib/active_record/associations/join_helper.rb') diff --git a/activerecord/lib/active_record/associations/join_helper.rb b/activerecord/lib/active_record/associations/join_helper.rb index 27b70edf1a..68c36d47e8 100644 --- a/activerecord/lib/active_record/associations/join_helper.rb +++ b/activerecord/lib/active_record/associations/join_helper.rb @@ -16,13 +16,6 @@ module ActiveRecord table_name_for(reflection), table_alias_for(reflection, reflection != self.reflection) ) - - if reflection.source_macro == :has_and_belongs_to_many - tables << alias_tracker.aliased_table_for( - reflection.source_reflection.join_table, - table_alias_for(reflection, true) - ) - end end tables end -- cgit v1.2.3