Get the context in which criteria queries should execute. This is either in memory (for embedded documents) or mongo (for root level documents.)
@example Get the context.
criteria.context
@return [ Memory, Mongo ] The context.
@since 3.0.0
# File lib/mongoid/contextual.rb, line 29 def context @context ||= create_context end
Generated with the Darkfish Rdoc Generator 2.