mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
7 lines
244 B
Ruby
7 lines
244 B
Ruby
json.students student_list @students, @course.excellent, @user_course_identity
|
|
json.students_count @students_count
|
|
if @course_group
|
|
json.course_group do
|
|
json.(@course_group, :id, :name, :invite_code, :course_members_count)
|
|
end
|
|
end |