Method: ActiveRecord::StatementCache.partial_query
- Defined in:
- activerecord/lib/active_record/statement_cache.rb
.partial_query(values) ⇒ Object
101 102 103 |
# File 'activerecord/lib/active_record/statement_cache.rb', line 101 def self.partial_query(values) PartialQuery.new(values) end |