Class: Tartarus::ArchiveStrategy::DestroyAllWithoutBatches
- Inherits:
-
Object
- Object
- Tartarus::ArchiveStrategy::DestroyAllWithoutBatches
- Defined in:
- lib/tartarus/archive_strategy/destroy_all_without_batches.rb
Instance Method Summary collapse
Instance Method Details
#call(collection) ⇒ Object
4 5 6 |
# File 'lib/tartarus/archive_strategy/destroy_all_without_batches.rb', line 4 def call(collection) collection.destroy_all end |