Files
sx-fc/app/views/api/shops/index.json.jbuilder
Myat Zin Wai Maw 91825dd0f3 shop cover
2020-03-04 10:03:08 +06:30

8 lines
107 B
Ruby

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