Method: MongoModel::DocumentExtensions::Persistence#destroy

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

#destroyObject

Remove the document from the database.



43
44
45
# File 'lib/mongomodel/document/persistence.rb', line 43

def destroy
  delete
end