Skip to content

Commit 485db42

Browse files
committed
Add status to data returned
1 parent 033e133 commit 485db42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/api/projects/remixes/index.json.jbuilder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ json.array!(@projects_with_users) do |project, user|
1313

1414
json.user_name(user&.name)
1515
json.finished(project.school_project&.finished)
16+
json.status(project.school_project&.status)
1617
end

0 commit comments

Comments
 (0)