update order & reservation

This commit is contained in:
Aung Myo
2018-04-09 11:51:39 +06:30
parent dd3544bdff
commit 66df760323
6 changed files with 90 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
class Origami::OrderReservationController < BaseOrigamiController
def index
@webview = check_mobile
@shop = Shop::ShopDetail
end
end