From 57fc23548f94fe99424875824e2dbe97a065decc Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 28 Oct 2015 23:45:28 +0900 Subject: [PATCH] [ci skip] Add `:binds` to a list of paramaters of `sql.active_record` --- 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 e5a560edd0..f495acbf68 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -232,6 +232,7 @@ Active Record | `:sql` | SQL statement | | `:name` | Name of the operation | | `:connection_id` | `self.object_id` | +| `:binds` | Bind parameters | INFO. The adapters will add their own data as well.