From ee1ae44e0e8229084469f06a6038642993d9f76a Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 16 Mar 2006 06:22:30 +0000 Subject: remove some commented-out cruft git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3898 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../active_record/associations/has_and_belongs_to_many_association.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb b/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb index 25c23c63b7..86c4077f86 100644 --- a/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb +++ b/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb @@ -145,10 +145,6 @@ module ActiveRecord end end - #def aliased_join_table_name - # @reflection.options[:join_table] - #end - def construct_sql interpolate_sql_options!(@reflection.options, :finder_sql) -- cgit v1.2.3