update admin bsb crm layou

This commit is contained in:
Aung Myo
2017-10-20 18:50:30 +06:30
parent 66df689f4e
commit 80f1170d8a
15 changed files with 379 additions and 197 deletions

View File

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