mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
项目动态接口
This commit is contained in:
8
app/views/project_trends/last.json.jbuilder
Normal file
8
app/views/project_trends/last.json.jbuilder
Normal file
@@ -0,0 +1,8 @@
|
||||
json.partial! "commons/success"
|
||||
json.total_count @project_trends_count
|
||||
json.project_trends do
|
||||
json.array! @project_trends.to_a.each do |trend|
|
||||
json.partial! "detail", trend: trend
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user