mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
init project
This commit is contained in:
6
app/views/users/projects/search.json.jbuilder
Normal file
6
app/views/users/projects/search.json.jbuilder
Normal file
@@ -0,0 +1,6 @@
|
||||
json.count @count
|
||||
json.projects do
|
||||
json.array! @projects do |project|
|
||||
json.extract! project, :id, :name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user