Parent | Name | Min players per team | Max players per team | Min teams per match | Max teams per match | Sampling method | Scoring method | |||
---|---|---|---|---|---|---|---|---|---|---|
<%= game.parent %> | <%= game.name %> | <%= game.min_players_per_team %> | <%= game.max_players_per_team %> | <%= game.min_teams_per_match %> | <%= game.max_teams_per_match %> | <%= game.sampling_method %> | <%= game.scoring_method %> | <%= link_to 'Show', game %> | <%= link_to 'Edit', edit_game_path(game) %> | <%= link_to 'Destroy', game, method: :delete, data: { confirm: 'Are you sure?' } %> |