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.
11 lines
236 B
11 lines
236 B
6 years ago
|
json.shixun_counts @shixuns_count
|
||
|
|
||
|
json.shixuns do
|
||
|
json.array! @shixuns do |s|
|
||
|
json.shixun_id s.id
|
||
|
json.shixun_name s.name
|
||
|
json.shixun_user s.user.real_name
|
||
|
json.shixun_user_count s.myshixuns_count
|
||
|
end
|
||
|
end
|