mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/variable supplied/value supplied [ci skip]
This commit is contained in:
parent
0ece596173
commit
f5ae87f8d6
1 changed files with 1 additions and 2 deletions
|
@ -87,8 +87,7 @@ module ActiveRecord
|
|||
# (for example, when using +find+ method) does not match number of expected
|
||||
# values supplied.
|
||||
#
|
||||
# For example, when there are two placeholders with only one variable
|
||||
# supplied:
|
||||
# For example, when there are two placeholders with only one value supplied:
|
||||
#
|
||||
# Location.where("lat = ? AND lng = ?", 53.7362)
|
||||
class PreparedStatementInvalid < ActiveRecordError
|
||||
|
|
Loading…
Reference in a new issue