diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-26 17:31:49 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-26 17:31:49 -0400 |
commit | 6641a5e0dcd47f8d6b935110bb84a0ebba4d0ec4 (patch) | |
tree | d7a05175f723664807ec8565499c2ff4927606ce /db | |
parent | 2aaaf29ae291edc34d0512ce9a812fc0de14f76b (diff) |
Added 3 more teams to the tournament "3 teams per match"
Diffstat (limited to 'db')
-rw-r--r-- | db/seeds.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index 7628efe..87bf540 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -138,6 +138,11 @@ if Rails.env.development? tourn6.join(guntas) tourn6.join(luke) tourn6.join(marco) + tourn6.join(jordan) + tourn6.join(obama) + tourn6.join(joey) + + =begin hash1 = {:username => "TeslasMind", :id => id} hash2 = {:username => "Alpha142", :id => id} |