Files
sx-fc/app/views/crm/customers/_crm_customer.json.jbuilder
Min Zeya Phyo 0af7d78c3c scaffold models
2017-04-20 17:01:14 +06:30

3 lines
234 B
Ruby

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)