view app/views/issue_relations/show.api.rsb @ 1540:322d7b57e5f0 live

Making this work through the api is too complicated for now; this will do OK
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 02 Jun 2015 10:58:31 +0100
parents cbb26bc654de
children
line wrap: on
line source
api.relation do
  api.id @relation.id
  api.issue_id @relation.issue_from_id
  api.issue_to_id @relation.issue_to_id
  api.relation_type @relation.relation_type
  api.delay @relation.delay
end