remove conflict data

This commit is contained in:
phyusin
2018-03-05 16:24:45 +06:30
111 changed files with 3612 additions and 1386 deletions

View File

@@ -1,5 +1,5 @@
class BaseInventoryController < ActionController::Base
include LoginVerification
include LoginVerification
layout "inventory"
#before_action :check_installation
@@ -20,5 +20,4 @@ class BaseInventoryController < ActionController::Base
def shop_detail
@shop = Shop.first
end
end