update jade integration card use for all shop

This commit is contained in:
Aung Myo
2017-08-24 11:29:04 +06:30
parent 352037641b
commit 7b90acd2c1
4 changed files with 13 additions and 18 deletions

View File

@@ -33,8 +33,6 @@ class Crm::CustomersController < BaseCrmController
end
end
end
puts @crm_customers
#@crm_customers = Customer.all
@crm_customers = Kaminari.paginate_array(@crm_customers).page(params[:page]).per(50)
@crm_customer = Customer.new
@count_customer = Customer.count_customer