This commit is contained in:
Myat Zin Wai Maw
2019-06-21 14:45:35 +06:30
4 changed files with 127 additions and 47 deletions

View File

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