aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-10-28 23:45:28 +0900
committeryui-knk <spiketeika@gmail.com>2015-10-28 23:45:28 +0900
commit57fc23548f94fe99424875824e2dbe97a065decc (patch)
treea29db4eae9caae05704e38ac8575c97d55577605 /guides
parenta05f410029a0f8bff81d4a4aa3285a5b3c9d1816 (diff)
downloadrails-57fc23548f94fe99424875824e2dbe97a065decc.tar.gz
rails-57fc23548f94fe99424875824e2dbe97a065decc.tar.bz2
rails-57fc23548f94fe99424875824e2dbe97a065decc.zip
[ci skip] Add `:binds` to a list of paramaters of `sql.active_record`
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md1
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.