1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Add :binds to a list of paramaters of sql.active_record

This commit is contained in:
yui-knk 2015-10-28 23:45:28 +09:00
parent a05f410029
commit 57fc23548f

View file

@ -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.