diff options
Diffstat (limited to 'app/views/projects/index.api.rsb')
-rw-r--r-- | app/views/projects/index.api.rsb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/index.api.rsb b/app/views/projects/index.api.rsb index a07db1b71..d309af241 100644 --- a/app/views/projects/index.api.rsb +++ b/app/views/projects/index.api.rsb @@ -10,6 +10,7 @@ api.array :projects, api_meta(:total_count => @project_count, :offset => @offset api.is_public project.is_public? render_api_custom_values project.visible_custom_field_values, api + render_api_includes(project, api) api.created_on project.created_on api.updated_on project.updated_on |