inventory development
This commit is contained in:
8
app/jobs/inventory_job.rb
Normal file
8
app/jobs/inventory_job.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class InventoryJob < ApplicationJob
|
||||
queue_as :default
|
||||
|
||||
def perform(sale_id)
|
||||
saleObj = Sale.find(sale_id)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user