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.
9 lines
234 B
9 lines
234 B
6 years ago
|
json.is_teacher @certification_teacher
|
||
|
json.object_list do
|
||
|
json.array! @objects do |obj|
|
||
|
json.id obj.id
|
||
|
json.name obj.name
|
||
|
json.course_list_name obj.course_list.name
|
||
|
json.username obj.user.full_name
|
||
|
end
|
||
|
end
|