mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-10 12:11:26 +08:00
5 lines
92 B
Ruby
5 lines
92 B
Ruby
json.total_count @total_count
|
|
json.users do
|
|
json.partial! 'user_small', users: @users
|
|
end
|