Skip to content

Commit

Permalink
Add attribute person for comment (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
drselump14 authored and forest committed Jan 5, 2017
1 parent ac3be0a commit 7722730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tracker_api/resources/comment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Comment
attribute :epic_id, Integer
attribute :text, String
attribute :person_id, Integer
attribute :person, Person
attribute :created_at, DateTime
attribute :updated_at, DateTime
attribute :file_attachment_ids, [Integer]
Expand Down

0 comments on commit 7722730

Please sign in to comment.