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...

12 lines
272 B

#json.partial! "users/users_list", users: @users
json.user_count @user_count
json.users do
json.array! @users do |user|
json.user_id user.id
json.identify user.identity
json.nickname user.real_name
json.school_name user.school_name
end
end