Skip to content

Commit

Permalink
Reorder items in transaction.active_record docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fxn committed May 30, 2024
1 parent 4e17506 commit 9283b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/active_support_instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ This event is emmited for every transaction to the database.

| Key | Value |
| -------------------- | ---------------------------------------------------- |
| `:connection` | Connection object |
| `:transaction` | Transaction object
| `:transaction` | Transaction object |
| `:outcome` | `:commit`, `:rollback`, `:restart`, or `:incomplete` |
| `:connection` | Connection object |

### Action Mailer

Expand Down

0 comments on commit 9283b9e

Please sign in to comment.