mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
5 lines
180 B
Ruby
5 lines
180 B
Ruby
json.id @language.id
|
|
json.name @language.name
|
|
json.content render_base64_decoded @language.content
|
|
json.cover_url @language.cover_id.present? ? download_url(@language.cover) : nil
|