Method: Mongoid::Extensions::String::ClassMethods#mongoize
- Defined in:
- lib/mongoid/extensions/string.rb
#mongoize(object) ⇒ String Also known as: demongoize
Turn the object from the ruby type we deal with to a Mongo friendly type.
169 170 171 |
# File 'lib/mongoid/extensions/string.rb', line 169 def mongoize(object) object.try(:to_s) end |