8 lines
91 B
Ruby
8 lines
91 B
Ruby
if @customer.present?
|
|
json.status true
|
|
else
|
|
json.status false
|
|
end
|
|
|
|
json.data @customer
|