Method: Plucky::Query#explain

Defined in:
lib/plucky/query.rb

#explainObject



230
231
232
# File 'lib/plucky/query.rb', line 230

def explain
  @collection.find(criteria_hash, options_hash).explain
end