diff options
-rw-r--r-- | activerecord/lib/active_record/associations.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 09ed85ef24..5988af59d8 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1566,10 +1566,6 @@ module ActiveRecord scope = nil end - has_and_belongs_to_many1(name, scope, options, &extension) - end - - def has_and_belongs_to_many1(name, scope = nil, options = {}, &extension) builder = Builder::HABTM.new name, self, options join_model = builder.through_model |