Files
sx-fc/app/views/crm/customers/show.json.jbuilder
2017-06-22 13:35:20 +06:30

5 lines
316 B
Ruby

json.extract! @crm_customer, :id, :name, :company, :contact_no, :email, :date_of_birth,
:membership_id, :membership_type, :membership_authentication_code,
:salutation, :gender,:nrc_no,:address,:card_no
json.url crm_customer_url(@crm_customer, format: :json)