diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-03-16 06:22:30 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-03-16 06:22:30 +0000 |
commit | ee1ae44e0e8229084469f06a6038642993d9f76a (patch) | |
tree | 4f8bf6a7579fd345a0bfb6b52ab2d2b652ffa81f /activerecord | |
parent | a3502c419e621c6abac2a9e047e42a582fd80769 (diff) | |
download | rails-ee1ae44e0e8229084469f06a6038642993d9f76a.tar.gz rails-ee1ae44e0e8229084469f06a6038642993d9f76a.tar.bz2 rails-ee1ae44e0e8229084469f06a6038642993d9f76a.zip |
remove some commented-out cruft
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3898 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb | 4 |
1 files changed, 0 insertions, 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) |