You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.api.rsb 282B

1234567891011
  1. api.array :relations do
  2. @relations.each do |relation|
  3. api.relation do
  4. api.id relation.id
  5. api.issue_id relation.issue_from_id
  6. api.issue_to_id relation.issue_to_id
  7. api.relation_type relation.relation_type
  8. api.delay relation.delay
  9. end
  10. end
  11. end