avrj/eventTicketing

View on GitHub
app/views/admin/seats/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array!(@seats) do |seat|
  json.extract! seat, :id, :table, :seat, :x, :y, :angle
  json.url seat_url(seat, format: :json)
end