update ui design

This commit is contained in:
Aung Myo
2017-09-29 13:42:41 +06:30
parent 96af0fcd17
commit 444b270dd1
38 changed files with 67 additions and 62 deletions

View File

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