fix: change index paginate

This commit is contained in:
yystopf 2021-10-27 14:20:27 +08:00
parent c860e7bc43
commit a28589cce5
1 changed files with 1 additions and 1 deletions

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