scaffold models
This commit is contained in:
2
app/views/crm/customers/_crm_customer.json.jbuilder
Normal file
2
app/views/crm/customers/_crm_customer.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! crm_customer, :id, :name, :company, :contact_no, :email, :date_of_birth, :membership_id, :membership_type, :membership_authentication_code, :created_at, :updated_at
|
||||
json.url crm_customer_url(crm_customer, format: :json)
|
||||
Reference in New Issue
Block a user