inventory definition.coffee
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Inventory::InventoryController < ApplicationController#BaseInventoryController
|
||||
class Inventory::InventoryController < BaseInventoryController
|
||||
|
||||
def index
|
||||
@products = InventoryDefinition.all.active.order('created_at desc')
|
||||
|
||||
Reference in New Issue
Block a user