avrj/eventTicketing

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

Summary

Maintainability
Test Coverage
json.array!(@ticket_types) do |ticket_type|
  json.extract! ticket_type, :id, :name, :description, :price
  json.url ticket_type_url(ticket_type, format: :json)
end