Skip to content

Commit 0480d91

Browse files
committed
Fix instance variable name typo
1 parent 61d52d9 commit 0480d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/transactions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def trigger_transactional_callbacks? # :nodoc:
452452
def init_internals
453453
super
454454
@_start_transaction_state = nil
455-
@_last_transaction_status = nil
455+
@_last_transaction_return_status = nil
456456
@_committed_already_called = nil
457457
@_new_record_before_last_commit = nil
458458
end

0 commit comments

Comments
 (0)