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::CustomersController < ApplicationController#BaseCrmController
class Crm::CustomersController < ApplicationController #BaseCrmController
load_and_authorize_resource except: [:create]
before_action :set_crm_customer, only: [:show, :edit, :update, :destroy]