Document async option in guides for query.active_record events

Related to #load_async queries added in #40037 #41372.
This commit is contained in:
Gannon McGibbon 2023-11-02 01:11:55 -05:00
parent efa11e67d6
commit d716e6dbcc
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ The `:cache_hits` key is only included if the collection is rendered with `cache
| `:binds` | Bind parameters |
| `:type_casted_binds` | Typecasted bind parameters |
| `:statement_name` | SQL Statement name |
| `:async` | `true` if query is loaded asynchronously |
| `:cached` | `true` is added when cached queries used |
Adapters may add their own data as well.