# File lib/archivist/base.rb, line 147 def destroy! transaction do _run_destroy_callbacks do self.delete! end end end