You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/weapps/courses/students.json.jbuilder

5 lines
192 B

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