Files
sx-fc/app/views/api/shops/index.json.jbuilder
2019-11-18 12:22:31 +06:30

7 lines
106 B
Ruby

if @shops
json.status true
json.data @shops
else
json.status false
json.message "Record Not Found"
end