diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
commit | f9a4ee4e998f5f113565a93802c041108e9a180d (patch) | |
tree | 453534c6ee9b38d921266f92ac02e7e740a7856c /app/views/tournaments/index.json.jbuilder | |
parent | a2de6b22a720671b796c88c694db905665fda142 (diff) |
now ran generate without ger
Diffstat (limited to 'app/views/tournaments/index.json.jbuilder')
-rw-r--r-- | app/views/tournaments/index.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/index.json.jbuilder b/app/views/tournaments/index.json.jbuilder index 32587df..4038f04 100644 --- a/app/views/tournaments/index.json.jbuilder +++ b/app/views/tournaments/index.json.jbuilder @@ -1,4 +1,4 @@ json.array!(@tournaments) do |tournament| - json.extract! tournament, :id, :name, :game_id, :status, :randomized_teams + json.extract! tournament, :id, :name, :game_id, :status, :min_players_per_team, :max_players_per_team, :min_teams_per_match, :max_teams_per_match, :set_rounds, :randomized_teams json.url tournament_url(tournament, format: :json) end |