fix: change index paginate
This commit is contained in:
parent
c860e7bc43
commit
a28589cce5
|
@ -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…
Reference in New Issue