aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/core.rb')
-rw-r--r--activerecord/lib/active_record/core.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index e1a72baff0..cd8ee87f01 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -521,10 +521,6 @@ module ActiveRecord
clear_transaction_record_state
@reflects_state[depth] = true
end
-
- if transaction_state.parent
- update_attributes_from_transaction_state(transaction_state.parent, depth+1)
- end
end
end