summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-26 17:31:49 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-26 17:31:49 -0400
commit6641a5e0dcd47f8d6b935110bb84a0ebba4d0ec4 (patch)
treed7a05175f723664807ec8565499c2ff4927606ce /db
parent2aaaf29ae291edc34d0512ce9a812fc0de14f76b (diff)
Added 3 more teams to the tournament "3 teams per match"
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb5
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}