order from app

This commit is contained in:
Myat Zin Wai Maw
2019-11-28 15:52:50 +06:30
parent fe5dc6bb5a
commit 09e7650452
8 changed files with 91 additions and 74 deletions

View File

@@ -0,0 +1,10 @@
# json.set! :status, @out[0]
# json.set! :data, @out[1]
#
if @cash
json.status true
else
json.status false
json.data @cash
end