summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-24 21:46:10 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-24 21:46:10 -0400
commit86992e85220e9a42ed498497ca733e39fb7266fc (patch)
tree6615fb03ad255a5b9502892104a5245f40029aa0 /db
parentf14410d0e7ea249971265f3466ec246c62e6f3f5 (diff)
seeds and elimination small changes
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 78c8ea0..7628efe 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -138,6 +138,25 @@ if Rails.env.development?
tourn6.join(guntas)
tourn6.join(luke)
tourn6.join(marco)
+=begin
+ hash1 = {:username => "TeslasMind", :id => id}
+ hash2 = {:username => "Alpha142", :id => id}
+ hash3 = {:username => "ImFromNasa", :id => id}
+ hash4 = {:username => "NalfeinX", :id => id}
+ hash5 = {:username => "GTBPhoenix", :id => id}
+ hash6 = {:username => , :id => id}
+ hash7 = {:username => username, :id => id}
+ hash8 = {:username => username, :id => id}
+ hash9 = {:username => username, :id => id}
+ hash10 = {:username => username, :id => id}
+
+FOR ROUNG ROBIN
+
+http://stackoverflow.com/questions/6648512/scheduling-algorithm-for-a-round-robin-tournament
+
+
+=end
+
end