Module Mongoid::Extensions::Nil::Collectionization
In: lib/mongoid/extensions/nil/collectionization.rb

This module safeguards collection access on anonymous classes.

Methods

Public Instance methods

Get the name of a nil collection.

@example Get the nil name.

  nil.collectionize

@return [ String ] A blank string.

@since 1.0.0

[Validate]