Files
gitlink-forgeplus/app/views/organizations/team_users/index.json.jbuilder
2021-02-06 14:27:47 +08:00

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