Skip to content

Commit 1040acf

Browse files
authored
Merge pull request rails#49891 from gmcgibbon/document_async_query_active_record
Document async option in guides for query.active_record events
2 parents efa11e6 + d716e6d commit 1040acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/active_support_instrumentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ The `:cache_hits` key is only included if the collection is rendered with `cache
346346
| `:binds` | Bind parameters |
347347
| `:type_casted_binds` | Typecasted bind parameters |
348348
| `:statement_name` | SQL Statement name |
349+
| `:async` | `true` if query is loaded asynchronously |
349350
| `:cached` | `true` is added when cached queries used |
350351

351352
Adapters may add their own data as well.

0 commit comments

Comments
 (0)