测试bug

This commit is contained in:
sylor_huang@126.com
2020-04-22 11:49:51 +08:00
parent f66d0eff0b
commit aced4885d7
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
json.total_count @total_count
json.all_projects @projects.as_json
json.projects do
json.array! @projects.to_a do |project|
json.partial! 'project', project: project
json.author do