This commit is contained in:
viletyy 2021-02-04 17:12:23 +08:00
parent f876cfea54
commit bf5dd7ed49
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
json.total_count @teams.total_count
json.total_count @teams.size
json.teams @teams do |team|
json.partial! "detail", team: team, organization: @organization
end