diff --git a/app/views/projects/show.api.rsb b/app/views/projects/show.api.rsb index e08f77b..b35ffeb 100644 --- a/app/views/projects/show.api.rsb +++ b/app/views/projects/show.api.rsb @@ -4,6 +4,7 @@ api.project do api.identifier @project.identifier api.description @project.description api.homepage @project.homepage + api.parent(:id => @project.parent_id, :name => @project.parent.name) unless @project.parent.nil? render_api_custom_values @project.visible_custom_field_values, api