mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
init project
This commit is contained in:
13
app/views/courses/add_teacher_popup.json.jbuilder
Normal file
13
app/views/courses/add_teacher_popup.json.jbuilder
Normal file
@@ -0,0 +1,13 @@
|
||||
json.school_name @school_name
|
||||
json.graduation_groups do
|
||||
json.array! @graduation_groups do |graduation_group|
|
||||
json.id graduation_group.id
|
||||
json.name graduation_group.name
|
||||
end
|
||||
end
|
||||
json.course_groups do
|
||||
json.array! @course_groups do |course_group|
|
||||
json.id course_group.id
|
||||
json.name course_group.name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user