diff options
author | Zachary Scott <e@zzak.io> | 2014-10-30 09:00:05 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-10-30 09:00:05 -0700 |
commit | 461b1c3f8036350b29449d4b16d0f6e5e890ca11 (patch) | |
tree | 2a3800f2d0bd8695a596550c034818e357cebaf0 | |
parent | b6a025551910621ef8e86aba88a09161ed0a6fd3 (diff) | |
parent | 568c057e80b5a5c33baca6b27ce6ebf356b42777 (diff) | |
download | rails-461b1c3f8036350b29449d4b16d0f6e5e890ca11.tar.gz rails-461b1c3f8036350b29449d4b16d0f6e5e890ca11.tar.bz2 rails-461b1c3f8036350b29449d4b16d0f6e5e890ca11.zip |
Merge branch 'strzalek-asn-docs-fix'
-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 7033947468..3d9c45a3de 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -136,6 +136,7 @@ Action Controller | `:method` | HTTP request verb | | `:path` | Request path | | `:view_runtime` | Amount spent in view in ms | +| `:db_runtime` | Amount spent executing database queries in ms | ```ruby { |