From 953d129bb200924db1bf11c25e893416ca93339c Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Wed, 22 Sep 2010 01:30:10 +0530 Subject: remove join table rows before removing owner row for habtm associations, fixes#5674 --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index acfc5ccf14..e6c462dec1 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1416,8 +1416,8 @@ module ActiveRecord include Module.new { class_eval <<-RUBY, __FILE__, __LINE__ + 1 def destroy # def destroy - super # super #{reflection.name}.clear # posts.clear + super # super end # end RUBY } -- cgit v1.2.3