diff options
author | yui-knk <spiketeika@gmail.com> | 2015-10-28 23:45:28 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-10-28 23:45:28 +0900 |
commit | 57fc23548f94fe99424875824e2dbe97a065decc (patch) | |
tree | a29db4eae9caae05704e38ac8575c97d55577605 | |
parent | a05f410029a0f8bff81d4a4aa3285a5b3c9d1816 (diff) | |
download | rails-57fc23548f94fe99424875824e2dbe97a065decc.tar.gz rails-57fc23548f94fe99424875824e2dbe97a065decc.tar.bz2 rails-57fc23548f94fe99424875824e2dbe97a065decc.zip |
[ci skip] Add `:binds` to a list of paramaters of `sql.active_record`
-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 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. |