update coutomer controller

This commit is contained in:
Aung Myo
2017-06-06 09:47:24 +06:30
parent b54a19cfff
commit 6ecf791673
3 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class Crm::CustomersController < ApplicationController
# GET /crm/customers/new
def new
@crm_customer = Customer.new
@membership = Customer.get_member_group
end
# GET /crm/customers/1/edit