Class: AngryBatch::CleanupCronJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- AngryBatch::CleanupCronJob
- Defined in:
- lib/angry_batch/cleanup_cron_job.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
4 5 6 |
# File 'lib/angry_batch/cleanup_cron_job.rb', line 4 def perform AngryBatch::Batch.expired.destroy_all end |