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.
|
json.users @users do |user|
|
|
json.user_id user.id
|
|
json.user_name user.full_name
|
|
json.nickname user.nickname
|
|
json.identity user.identity
|
|
json.school_name user.school_name
|
|
end |