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,4 +1,4 @@
class Crm::DiningQueuesController < ApplicationController#BaseCrmController
class Crm::DiningQueuesController < ApplicationController #BaseCrmController
load_and_authorize_resource
before_action :set_dining_queue, only: [:show, :edit, :update, :destroy]