Flowdock

Raised when the number of placeholders in an SQL fragment passed to {ActiveRecord::Base.where}[rdoc-ref:QueryMethods#where] does not match the number of values supplied.

For example, when there are two placeholders with only one value supplied:

Location.where("lat = ? AND lng = ?", 53.7362)
Show files where this class is defined (1 file)
Register or log in to add new notes.