Class: ExpiredInventoryCommitsWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/expired_inventory_commits_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



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