Method: Archivist::Base::InstanceMethods#destroy

Defined in:
lib/archivist/base.rb

#destroyObject



149
150
151
152
153
# File 'lib/archivist/base.rb', line 149

def destroy
  _run_destroy_callbacks do
    self.delete
  end
end