Files
sx-fc/app/views/api/call_waiters/index.json.jbuilder
2017-12-04 19:23:37 +06:30

6 lines
107 B
Ruby

if (@table)
json.table_id @table.id
json.name @table.name
json.type @table.type
json.time @time
end