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.graduation_group_list do
|
|
json.array! @graduation_group_list do |graduation_group|
|
|
json.id graduation_group.id
|
|
json.name graduation_group.name
|
|
end
|
|
end
|
|
json.graduation_groups_count @graduation_group_list.size |