Flowdock
method

partial_query

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: StatementCache
partial_query(visitor, ast, collector) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/statement_cache.rb, line 60
    def self.partial_query(visitor, ast, collector)
      collected = visitor.accept(ast, collector).value
      PartialQuery.new collected
    end
Register or log in to add new notes.