Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Commit

Permalink
tickets index.json of api extended
Browse files Browse the repository at this point in the history
  • Loading branch information
marbball committed Aug 8, 2014
1 parent eb2f9e2 commit ba08e69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/api/v1/tickets/index.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
json.array! @tickets do |ticket|
json.id ticket.id
json.subject ticket.subject
json.title ticket.subject
json.date ticket.created_at
json.assignee ticket.assignee_id
end

0 comments on commit ba08e69

Please sign in to comment.