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.
|
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 |