summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.json.jbuilder
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:29:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:29:24 -0500
commitc9f2abad7b9c967e23ed2b2867d426eb27f61387 (patch)
tree234099af3374285f89573f774795639a9bcb88d9 /app/views/tournaments/show.json.jbuilder
parentd72452a5965c0df32a13053ae86bcd529fc0fc9e (diff)
make the join tables not have models
Diffstat (limited to 'app/views/tournaments/show.json.jbuilder')
-rw-r--r--app/views/tournaments/show.json.jbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/show.json.jbuilder b/app/views/tournaments/show.json.jbuilder
index 7bedd4b..de2fbe0 100644
--- a/app/views/tournaments/show.json.jbuilder
+++ b/app/views/tournaments/show.json.jbuilder
@@ -1 +1 @@
-json.extract! @tournament, :id, :game_id, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams, :status, :created_at, :updated_at
+json.extract! @tournament, :id, :game_id, :status, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams, :created_at, :updated_at