module ActiveFedora::Persistence
def destroy(*opts)
(**opts)
-
:eradicate
(Boolean
) -- if passed in, eradicate the tombstone from Fedora
Parameters:
-
opts
(Hash
) --
def destroy(*opts) raise ReadOnlyRecord if readonly? delete(*opts) end