update admin theme

This commit is contained in:
Aung Myo
2017-10-09 15:22:58 +06:30
parent 2d140a266d
commit 92e8885886
11 changed files with 365 additions and 281 deletions

View File

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