From a34db582049a5e802b6cde8a8bdf64c9a5734582 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 31 Oct 2014 09:39:40 +0900 Subject: [ci skip] fix incorrect key in Active Support Instrumentation guide --- guides/source/active_support_instrumentation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 83f3645b31..9dfacce560 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -225,11 +225,11 @@ Active Record ### sql.active_record -| Key | Value | -| ------------ | --------------------- | -| `:sql` | SQL statement | -| `:name` | Name of the operation | -| `:object_id` | `self.object_id` | +| Key | Value | +| ---------------- | --------------------- | +| `:sql` | SQL statement | +| `:name` | Name of the operation | +| `:connection_id` | `self.object_id` | INFO. The adapters will add their own data as well. -- cgit v1.2.3