mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
7
app/views/projects/update.json.jbuilder
Normal file
7
app/views/projects/update.json.jbuilder
Normal file
@@ -0,0 +1,7 @@
|
||||
json.id @project.id
|
||||
json.identifier @project.identifier
|
||||
json.name @project.name
|
||||
json.description @project.description
|
||||
json.project_category_id @project.project_category_id
|
||||
json.project_language_id @project.project_language_id
|
||||
json.is_public @project.is_public
|
||||
Reference in New Issue
Block a user