diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/seeds.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index c648053..4886325 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -168,8 +168,7 @@ if Rails.env.development? jeff.remote_usernames.create(game: league, value: {"name" => "SenorJeffafa", "id" => 32612067} ) lyra.remote_usernames.create(game: league, value: {"name" => "Lyra Heartstings", "id" => 32240762} ) - g.push(davis, foy, andrew, joey, panda, mesa, jordan, jeff, sarah, josh_league) - #g.push(davis, foy, andrew, joey, panda, mesa, jordan, jeff, sarah, guntas_league) + g.push(davis, joey, panda, mesa, josh_league, jordan, jeff, sarah, foy, andrew) custom = Tournament.create(game: league, name: "Real League Game", min_players_per_team: 5, max_players_per_team: 5, |