13 lines
155 B
Ruby
13 lines
155 B
Ruby
class Origami::OrderReservationController < BaseOrigamiController
|
|
|
|
def index
|
|
@webview = check_mobile
|
|
@shop = Shop::ShopDetail
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|