Method: Archivist::Base::InstanceMethods#destroy!
- Defined in:
- lib/archivist/base.rb
#destroy! ⇒ Object
155 156 157 158 159 160 161 |
# File 'lib/archivist/base.rb', line 155 def destroy! transaction do _run_destroy_callbacks do self.delete! end end end |