Files
nemo_encoder/app/views/api/batches/resume_batch.json.jbuilder
2017-01-24 17:45:40 +06:30

7 lines
143 B
Ruby

if @out[0] == true
json.set! :status, @out[0]
json.set! :data, @out[1]
else
json.set! :status, @out[0]
json.set! :message,@out[1]
end