Method: MongoModel::DocumentExtensions::Persistence#save

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

#saveObject

Save the document to the database. Returns true on success.



27
28
29
# File 'lib/mongomodel/document/persistence.rb', line 27

def save(*)
  create_or_update
end