Mercurial > hg > soundsoftware-site
view app/views/issue_categories/show.api.rsb @ 1559:21098b932cb8 feature_1136
Separate out git repo dir and work dir (so as to serve repo dir only)
author | Chris Cannam |
---|---|
date | Thu, 14 Jan 2016 10:27:25 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
api.issue_category do api.id @category.id api.project(:id => @category.project_id, :name => @category.project.name) unless @category.project.nil? api.name @category.name api.assigned_to(:id => @category.assigned_to_id, :name => @category.assigned_to.name) unless @category.assigned_to.nil? end