mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
5 lines
163 B
Ruby
5 lines
163 B
Ruby
json.(pinned_forum, :id, :title, :url)
|
|
data = pinned_forum.get_visitor_data
|
|
json.visits data[:visits]
|
|
json.created_time data[:created_time]
|
|
json.from data[:from] |