educoder/app/views/weapps/courses/students.json.jbuilder

7 lines
221 B

json.students student_list @students, @course.excellent
json.students_count @students_count
if @course_group
json.course_group do
json.(@course_group, :id, :name, :invite_code, :course_members_count)
end
end