From 998ba0e7084345a045d49a64ee9cf9d2d2441780 Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev Date: Wed, 4 Dec 2013 16:16:11 +0200 Subject: Fix bugs with changed attributes tracking when transaction gets rollback --- activerecord/lib/active_record/core.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record/core.rb') diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index 8808ad5a4c..a753ad7cb1 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -428,7 +428,6 @@ module ActiveRecord @destroyed_by_association = nil @new_record = true @txn = nil - @_start_transaction_state = {} @transaction_state = nil @reflects_state = [false] end -- cgit v1.2.3