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/show.json.jbuilder | |
parent | 421bc03d2fc909e3f41ec03d6747c3c8db8e87af (diff) |
run ./generate.sh
Diffstat (limited to 'app/views/games/show.json.jbuilder')
-rw-r--r-- | app/views/games/show.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/games/show.json.jbuilder b/app/views/games/show.json.jbuilder index 087a156..c5fb4ed 100644 --- a/app/views/games/show.json.jbuilder +++ b/app/views/games/show.json.jbuilder @@ -1 +1 @@ -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, :created_at, :updated_at +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, :created_at, :updated_at |