From ef1d20f498cf130374334bad291f1196e8694f27 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Thu, 27 Feb 2014 17:41:59 -0500 Subject: Added the Games Attributes stuff. --- db/seeds.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'db') 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}]) + + -- cgit v1.2.3-54-g00ecf