summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.json.jbuilder
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-01 18:01:53 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-01 18:01:53 -0400
commita2de6b22a720671b796c88c694db905665fda142 (patch)
tree5711cae8901997cf51a34a5368e25a7c4fd92d08 /app/views/tournaments/index.json.jbuilder
parent0f2b05889cba090e4824f62965ee8d131da09973 (diff)
oops, removed ger
Diffstat (limited to 'app/views/tournaments/index.json.jbuilder')
-rw-r--r--app/views/tournaments/index.json.jbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/index.json.jbuilder b/app/views/tournaments/index.json.jbuilder
index 653442f..32587df 100644
--- a/app/views/tournaments/index.json.jbuilder
+++ b/app/views/tournaments/index.json.jbuilder
@@ -1,4 +1,4 @@
json.array!(@tournaments) do |tournament|
- json.extract! tournament, :id, :name, :game_id, :status, :ger, :randomized_teams
+ json.extract! tournament, :id, :name, :game_id, :status, :randomized_teams
json.url tournament_url(tournament, format: :json)
end