diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-26 20:16:33 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-26 20:16:33 -0400 |
commit | 62219ac4e3af36cc15c9ad61701550bee9a8424c (patch) | |
tree | 9624aeb942de217455b1503838ccbcfa9cddebc1 /app/views/games/index.json.jbuilder | |
parent | 421bc03d2fc909e3f41ec03d6747c3c8db8e87af (diff) |
run ./generate.sh
Diffstat (limited to 'app/views/games/index.json.jbuilder')
-rw-r--r-- | app/views/games/index.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/games/index.json.jbuilder b/app/views/games/index.json.jbuilder index 6b20f60..7964f2c 100644 --- a/app/views/games/index.json.jbuilder +++ b/app/views/games/index.json.jbuilder @@ -1,4 +1,4 @@ json.array!(@games) do |game| - json.extract! game, :id, :parent_id, :name, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams, :sampling_method + json.extract! game, :id, :parent_id, :name, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams, :sampling_method, :scoring_method json.url game_url(game, format: :json) end |