Skip to content

Commit 9283b9e

Browse files
committed
Reorder items in transaction.active_record docs
The `transaction.active_record` event is about transactions. Let's first document the transaction object, then the transaction state, and finally the connection in case you need more context.
1 parent 4e17506 commit 9283b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_support_instrumentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ This event is emmited for every transaction to the database.
412412

413413
| Key | Value |
414414
| -------------------- | ---------------------------------------------------- |
415-
| `:connection` | Connection object |
416-
| `:transaction` | Transaction object
415+
| `:transaction` | Transaction object |
417416
| `:outcome` | `:commit`, `:rollback`, `:restart`, or `:incomplete` |
417+
| `:connection` | Connection object |
418418

419419
### Action Mailer
420420

0 commit comments

Comments
 (0)