forked from jasder/forgeplus
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
|
||
|
json.count @count
|
||
|
json.course_list @course_lists do |course_list|
|
||
|
json.id course_list.id
|
||
|
json.name course_list.name
|
||
|
end
|