mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 13:41:42 +08:00
init project
This commit is contained in:
7
app/views/courses/all_course_groups.json.jbuilder
Normal file
7
app/views/courses/all_course_groups.json.jbuilder
Normal file
@@ -0,0 +1,7 @@
|
||||
json.course_groups do
|
||||
json.array! @course_groups_array do |course_group|
|
||||
json.id course_group.id
|
||||
json.name course_group.name
|
||||
end
|
||||
end
|
||||
json.course_groups_count @course_groups_array.size
|
||||
Reference in New Issue
Block a user