Method: MongoModel::DocumentExtensions::Persistence#destroy
- Defined in:
- lib/mongomodel/document/persistence.rb
#destroy ⇒ Object
Remove the document from the database.
43 44 45 |
# File 'lib/mongomodel/document/persistence.rb', line 43 def destroy delete end |