# File lib/couchrest/model/persistence.rb, line 58 def destroy run_callbacks :destroy do result = database.delete_doc(self) if result['ok'] @_destroyed = true self.freeze end result['ok'] end end