method
partial_query
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::StatementCache
partial_query(values)public
No documentation available.
# File activerecord/lib/active_record/statement_cache.rb, line 101
def self.partial_query(values)
PartialQuery.new(values)
end