aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-03-20 08:44:25 +0100
committerGitHub <noreply@github.com>2019-03-20 08:44:25 +0100
commitc11d115fa3c58ec6bde5e9799673cee381d22d47 (patch)
treedd9b9629ef42dd486b32ce24bc83fa2cfb691e7d
parentec72a9fd3068b3150fb0fc6a016715fab5c4792d (diff)
parentf8554e250c57de931280592aed25fa3ba42517c8 (diff)
downloadrails-c11d115fa3c58ec6bde5e9799673cee381d22d47.tar.gz
rails-c11d115fa3c58ec6bde5e9799673cee381d22d47.tar.bz2
rails-c11d115fa3c58ec6bde5e9799673cee381d22d47.zip
Merge pull request #35677 from bogdanvlviv/mention-process_middleware.action_dispatch-in-the-guide
Add mention about `process_middleware.action_dispatch` in the guide [ci skip]
-rw-r--r--guides/source/active_support_instrumentation.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index c1c3832b79..89e0e3afa8 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -203,6 +203,15 @@ INFO. Additional keys may be added by the caller.
| ------- | ---------------- |
| `:keys` | Unpermitted keys |
+Action Dispatch
+---------------
+
+### process_middleware.action_dispatch
+
+| Key | Value |
+| ------------- | ---------------------- |
+| `:middleware` | Name of the middleware |
+
Action View
-----------
@@ -424,7 +433,7 @@ INFO. Cache stores may add their own keys
```
Active Job
---------
+----------
### enqueue_at.active_job