mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
4 lines
124 B
Ruby
4 lines
124 B
Ruby
json.total_count @journals.total_count
|
|
json.journals @journals do |journal|
|
|
json.partial! "detail", journal: journal
|
|
end |