merge with staging
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class Origami::RoomsController < ApplicationController#BaseOrigamiController
|
||||
|
||||
class Origami::RoomsController < ApplicationController #BaseOrigamiController
|
||||
def index
|
||||
@tables = Table.all.active.order('status desc')
|
||||
@rooms = Room.all.active.order('status desc')
|
||||
|
||||
Reference in New Issue
Block a user