module Mongoid::Criteria::Queryable::Expandable

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

@example Example high level form.

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

@api private