Merge branch 'doemal_ordering'

This commit is contained in:
Aung Myo
2018-04-10 17:30:54 +06:30
7 changed files with 501 additions and 5 deletions

View File

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