aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-10-28 12:02:19 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-10-28 12:02:19 -0400
commit015e8b21bbfd0230b4526ff2073cc5faaf64cf4b (patch)
tree8a327c14933de13d11b5b094dc8f279ba380394b
parent8b7128a142177b3c0f36ec6dd1883bd874b63e78 (diff)
parent57fc23548f94fe99424875824e2dbe97a065decc (diff)
downloadrails-015e8b21bbfd0230b4526ff2073cc5faaf64cf4b.tar.gz
rails-015e8b21bbfd0230b4526ff2073cc5faaf64cf4b.tar.bz2
rails-015e8b21bbfd0230b4526ff2073cc5faaf64cf4b.zip
Merge pull request #22099 from yui-knk/doc_as_instrumentation
[ci skip] Add `:binds` to a list of paramaters of `sql.active_record`
-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.