Files
sx-fc/app/views/api/customers/get_customer_by_account.json.jbuilder
2022-07-08 16:06:12 +06:30

8 lines
91 B
Ruby

if @customer.present?
json.status true
else
json.status false
end
json.data @customer