Method: Mongoid::Extensions::Object#substitutable

Defined in:
lib/mongoid/extensions/object.rb

#substitutableObject

Get the substitutable version of an object.

Examples:

Get the substitutable.

object.substitutable

Returns:

Since:

  • 2.0.0



202
203
204
# File 'lib/mongoid/extensions/object.rb', line 202

def substitutable
  self
end