class Neo4j::Core::Query

Public Instance Methods

response() click to toggle source
# File lib/patches/db/neo4j.rb, line 4
def response
  return @response if @response
  start = Time.now
  rval = response_without_miniprofiler
  elapsed_time = SqlPatches.elapsed_time(start)
  Rack::MiniProfiler.record_sql(to_cypher, elapsed_time)
  rval
end
response_with_miniprofiler()
Alias for: response
response_without_miniprofiler()
Alias for: response