From d20f7b043a537b57ff4a7911f65de2fb7b7aea7d Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Thu, 30 Oct 2014 09:01:18 -0700 Subject: Add status code to AS::Instrumentation table, like #17441 [ci skip] --- guides/source/active_support_instrumentation.md | 1 + 1 file changed, 1 insertion(+) 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 | -- cgit v1.2.3