forgeplus/app/views/users/question_banks/index.json.jbuilder

7 lines
131 B
Plaintext
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
json.count @count
json.course_list @course_lists do |course_list|
json.id course_list.id
json.name course_list.name
end