updae session error

This commit is contained in:
Aung Myo
2018-03-23 18:02:41 +06:30
parent 37f80a8ac6
commit 2a88bd4409
3 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
class Origami::AddordersController < BaseOrigamiController
# before_action :set_dining, only: [:detail]
def index
@tables = Table.all.active.order('zone_id asc').group("zone_id")
@rooms = Room.all.active.order('zone_id asc').group("zone_id")