mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
4 lines
158 B
Ruby
4 lines
158 B
Ruby
json.total_count @assigners.total_count
|
|
json.assigners @assigners.each do |assigner|
|
|
json.partial! 'api/v1/users/simple_user', locals: { user: assigner}
|
|
end |