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/_shap_shixun.json.jbuilder

11 lines
286 B

6 years ago
json.array! shixuns do |shixun|
json.id shixun.id
json.identifier shixun.identifier
json.name shixun.name
json.stu_num shixun.myshixuns_count
json.challenges_count shixun.challenges_count
json.level level_to_s(shixun.trainee)
json.pic url_to_avatar(shixun)
end