summaryrefslogtreecommitdiff
path: root/app/views/games/index.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/index.json.jbuilder')
-rw-r--r--app/views/games/index.json.jbuilder4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/games/index.json.jbuilder b/app/views/games/index.json.jbuilder
deleted file mode 100644
index 7e5c1a1..0000000
--- a/app/views/games/index.json.jbuilder
+++ /dev/null
@@ -1,4 +0,0 @@
-json.array!(@games) do |game|
- json.extract! game, :id, :name, :players_per_team, :teams_per_match, :set_rounds, :randomized_teams
- json.url game_url(game, format: :json)
-end