summaryrefslogtreecommitdiff
path: root/app/views/teams/index.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/teams/index.json.jbuilder')
-rw-r--r--app/views/teams/index.json.jbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/teams/index.json.jbuilder b/app/views/teams/index.json.jbuilder
index ca0ec8b..b29428b 100644
--- a/app/views/teams/index.json.jbuilder
+++ b/app/views/teams/index.json.jbuilder
@@ -1,4 +1,4 @@
json.array!(@teams) do |team|
- json.extract! team, :id, :match_id
+ json.extract! team, :id
json.url team_url(team, format: :json)
end