mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
4 lines
148 B
Ruby
4 lines
148 B
Ruby
json.(experience_forum, :id, :title, :url)
|
|
data = experience_forum.get_visitor_data
|
|
json.visits data[:visits]
|
|
json.created_time data[:created_time] |