update controller

This commit is contained in:
Aung Myo
2017-10-09 10:29:00 +06:30
parent 80f8b8f407
commit 2d140a266d

View File

@@ -1,4 +1,4 @@
class Crm::CustomersController < BaseCrmController
class Crm::CustomersController < ApplicationController#BaseCrmController
load_and_authorize_resource except: [:create]
before_action :set_crm_customer, only: [:show, :edit, :update, :destroy]