bugs fix for crm

This commit is contained in:
Yan
2017-08-01 11:50:41 +06:30
parent 4f84676547
commit fa901806d4
5 changed files with 16 additions and 14 deletions

View File

@@ -67,8 +67,7 @@ class Crm::CustomersController < BaseCrmController
# POST /crm/customers
# POST /crm/customers.json
def create
def create
@crm_customers = Customer.new(customer_params)
respond_to do |format|