# File lib/mongoid/paranoia.rb, line 29
def
destroy!
run_callbacks
(
:destroy
) {
delete!
}
end