MorningPeak/app/views/tickets/index.json.jbuilder
2015-06-19 02:16:26 +02:00

5 lines
141 B
Ruby

json.array!(@tickets) do |ticket|
json.extract! ticket, :id, :title, :description, :state
json.url ticket_url(ticket, format: :json)
end