merge with staging

This commit is contained in:
Yan
2017-10-12 09:59:24 +06:30
89 changed files with 1810 additions and 1372 deletions

View File

@@ -1,5 +1,4 @@
class Origami::OrdersController < ApplicationController#BaseOrigamiController
class Origami::OrdersController < ApplicationController #BaseOrigamiController
def show
@tables = Table.all.active.order('status desc')
@rooms = Room.all.active.order('status desc')