Sha256: 2567d643cc45125b53a358c31fad648a44dd8a4d59a43ef809e6cf20d2fc7696
Contents?: true
Size: 343 Bytes
Versions: 39
Compression:
Stored size: 343 Bytes
Contents
# encoding: utf-8 module Mongoid #:nodoc: module Commands class Delete extend Deletion # Performs a delete of the supplied +Document+ without any callbacks. # # Options: # # doc: A new +Document+ that is going to be deleted. def self.execute(doc) delete(doc) end end end end
Version data entries
39 entries across 39 versions & 2 rubygems