This commit is contained in:
2021-10-27 17:06:35 +08:00
parent f0580720e3
commit cc0e01cc47

View File

@@ -5,6 +5,7 @@ json.projects do
json.id project.id
json.identifier project.identifier
json.name project.name
json.description project.description
json.visits project.visits
json.author do
json.name owner.try(:show_real_name)