Browse Source

add: pinned projects project_id

tags/v3.1.0^2^2^2
vilet.yy viletyy 5 years ago
parent
commit
fff790bb19
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/users/is_pinned_projects/index.json.jbuilder

+ 1
- 0
app/views/users/is_pinned_projects/index.json.jbuilder View File

@@ -3,4 +3,5 @@ json.projects @is_pinned_projects.each do |project|
json.partial! "projects/project_detail", project: project&.project
json.id project.id
json.position project.position
json.project_id project.project_id
end

Loading…
Cancel
Save