update admin bsb for layout inventory

This commit is contained in:
Aung Myo
2017-10-23 10:54:34 +06:30
parent 800143f66f
commit f8279084ea
14 changed files with 120 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
class Inventory::InventoryController < ApplicationController#BaseInventoryController
class Inventory::InventoryController < BaseInventoryController
def index
@products = InventoryDefinition.all.active.order('created_at desc')