update inventory hide and cancan update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Inventory::InventoryController < BaseInventoryController
|
||||
|
||||
load_and_authorize_resource
|
||||
def index
|
||||
@products = InventoryDefinition.all.active.order('created_at desc')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user