mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 21:51:42 +08:00
5 lines
177 B
Ruby
5 lines
177 B
Ruby
json.total_count @team_users.total_count
|
|
json.team_users @team_users do |team_user|
|
|
json.partial! "detail", team_user: team_user, team: @team, organization: @organization
|
|
end
|