测试搜索的问题

This commit is contained in:
sylor_huang@126.com
2020-04-22 10:56:59 +08:00
parent f8fd272eac
commit 6b3794b57b
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
json.total_count @total_count
json.projects do
json.array! @projects.each do |project|
Rails.logger.info("#######_______project.id________########{project.id}")
json.array! @projects do |project|
json.partial! 'project', project: project
json.author do
json.name project&.owner&.login