Module: Cuprum::Collections::Commands::AbstractFindOne

Included in:
Basic::Commands::FindOne
Defined in:
lib/cuprum/collections/commands/abstract_find_one.rb

Overview

Abstract implementation of the FindOne command.

Subclasses must define the #build_query method, which returns an empty Query instance for that collection.