Class: ExpiredInventoryCommitsWorker
- Inherits:
-
Object
- Object
- ExpiredInventoryCommitsWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/expired_inventory_commits_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
6 7 8 9 |
# File 'app/workers/expired_inventory_commits_worker.rb', line 6 def perform Item::InventoryCommitter.uncommit_expired Item::InventoryCommitter.uncommit_invoiced end |