Browse Source

fix: change index paginate

pull/254/head
yystopf 4 years ago
parent
commit
a28589cce5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/projects/index.json.jbuilder

+ 1
- 1
app/views/projects/index.json.jbuilder View File

@@ -1,4 +1,4 @@
json.total_count @total_count
json.total_count @projects.total_count
json.projects @projects do |project|
# json.partial! "/projects/project_detail", project: project
json.id project.id


Loading…
Cancel
Save