mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
7 lines
131 B
Ruby
7 lines
131 B
Ruby
|
|
json.count @count
|
|
json.course_list @course_lists do |course_list|
|
|
json.id course_list.id
|
|
json.name course_list.name
|
|
end
|