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/add_collaborators.json.jbui...

9 lines
239 B

6 years ago
#json.partial! "users/users_list", users: @users
5 years ago
json.total_count @total_count
6 years ago
json.array! @users do |user|
json.user_id user.id
json.identify user.identity
json.nickname user.lastname
6 years ago
json.school_name user.school_name
end