update shop.name

This commit is contained in:
Aung Myo
2018-02-09 14:58:08 +06:30
parent aeafbb4fae
commit 974dde54c0
4 changed files with 17 additions and 1 deletions

View File

@@ -12,4 +12,8 @@ class Origami::PendingOrderController < BaseOrigamiController
@table_id = Booking.find(@booking).dining_facility_id
@dining = DiningFacility.find(@table_id)
end
helper_method :shop_detail
def shop_detail
@shop = Shop.first
end
end