Method: MongoModel::Types::Hash#from_mongo

Defined in:
lib/mongomodel/support/types/hash.rb

#from_mongo(hash) ⇒ Object



13
14
15
# File 'lib/mongomodel/support/types/hash.rb', line 13

def from_mongo(hash)
  hash.with_indifferent_access if hash
end