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 BaseWaiterController < ActionController::Base
include LoginVerification
include LoginVerification
layout "waiter"
#before_action :check_installation
@@ -7,9 +7,8 @@ class BaseWaiterController < ActionController::Base
helper_method :shop_detail
#Shop Name in Navbor
def shop_detail
@shop = Shop.first
end
#Shop Name in Navbor
def shop_detail
@shop = Shop.first
end
end