class ActiveRecord::PreparedStatementInvalid
Location.where(“lat = ? AND lng = ?”, 53.7362)
For example, when there are two placeholders with only one value supplied:
does not match the number of values supplied.
Raised when the number of placeholders in an SQL fragment passed to