Files
sx-fc/app/views/crm/customers/edit.json.jbuilder
2018-05-14 10:17:26 +06:30

4 lines
379 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, :paypar_account_no, :customer_type, :image_path, :tax_profiles
json.url crm_customer_url(@crm_customer, format: :json)