Method: MongoModel::DocumentExtensions::Persistence::ClassMethods#from_mongo

Defined in:
lib/mongomodel/document/persistence.rb

#from_mongo(hash) ⇒ Object



98
99
100
101
102
# File 'lib/mongomodel/document/persistence.rb', line 98

def from_mongo(hash)
  instance = super
  instance.send(:instantiate) if instance
  instance
end