summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-06 17:37:35 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-06 17:37:35 -0500
commitfe7d5ad458b4cabd8fd57b47f81abc56dd8532ad (patch)
tree7fcfa3acf952b9036130edadaf4ae420db8c163c /db/seeds.rb
parent0e8af95b4656d851cc43b45f8c48fd2c4d4c1ed2 (diff)
update db/seeds.rb
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index ab130a8..c1e0057 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -6,6 +6,6 @@
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
#
-Game.create(name: "League of Legends", players_per_team: 5, teams_per_match: 2, set_rounds: 1, randomized_teams: 0)
+Game.create(name: "League of Legends",min_players_per_team: 5, max_players_per_team: 5, min_teams_per_match: 5, max_teams_per_match: 5, set_rounds: nil, randomized_teams: false)