summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-27 17:41:59 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-27 17:41:59 -0500
commitef1d20f498cf130374334bad291f1196e8694f27 (patch)
tree10cc7cab5479fcb4e48522e5debbd79acbaea88a /db
parentd23df885d69889b61e1c77be0ba0d8dc941a84eb (diff)
Added the Games Attributes stuff.
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 4edb1e8..58c9eba 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -5,3 +5,7 @@
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
+#
+league = Game.create([{name: "League of Legends"}, {players_per_team: 5}, {teams_per_match: 2}, {set_rounds: 1}, {randomized_teams: 0}])
+
+