Module: Mongoid::Criteria::Queryable::Expandable Private

Included in:
Mongoid::Criteria::Queryable
Defined in:
build/mongoid-8.1/lib/mongoid/criteria/queryable/expandable.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

This module encapsulates methods that expand various high level query forms to the MongoDB hash condition selector syntax.

Examples:

Example high level form.

Band.where(:foo.gt => 5)