Files
nemo_encoder/app/views/batches/_batch.json.jbuilder
2018-03-05 11:08:09 +06:30

2 lines
273 B
Ruby

json.extract! batch, :id,:date,:user_id, :client_id, :order_ref,:batch_start,:batch_end,:exported_by,:qty_processing,:qty_success,:qty_fail,:batch_start_time,:batch_end_time,:export_count,:remark,:adult_or_child,:product_category_id
json.url batch_url(batch, format: :json)