diff options
author | Zachary Scott <e@zzak.io> | 2014-10-30 09:01:18 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-10-30 09:01:18 -0700 |
commit | d20f7b043a537b57ff4a7911f65de2fb7b7aea7d (patch) | |
tree | 3799e1140349c4da5b3d9bb6b58b16c906e6196c /guides/source | |
parent | 461b1c3f8036350b29449d4b16d0f6e5e890ca11 (diff) | |
download | rails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.tar.gz rails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.tar.bz2 rails-d20f7b043a537b57ff4a7911f65de2fb7b7aea7d.zip |
Add status code to AS::Instrumentation table, like #17441 [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 3d9c45a3de..83f3645b31 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -135,6 +135,7 @@ Action Controller | `:format` | html/js/json/xml etc | | `:method` | HTTP request verb | | `:path` | Request path | +| `:status` | HTTP status code | | `:view_runtime` | Amount spent in view in ms | | `:db_runtime` | Amount spent executing database queries in ms | |