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.
educoder/app/views/shixuns/search_user_courses.json.jb...

7 lines
158 B

6 years ago
json.courses_count @course_count
json.course_list do
json.array! @courses do |course|
json.course_id course.id
json.name course.name
end
end