diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-25 11:20:29 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-25 11:20:29 -0400 |
commit | c584cd3127ad47a9c093356aee46394c6b35cc3e (patch) | |
tree | 149940f8cd7e6465f40e429b0d14470edc84a808 /db | |
parent | d3cfd8683e842ce60ba339d6e6c7342738ec4cf8 (diff) | |
parent | 3a87a43fb993c08b780be484fa3d89bc3c568e64 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts:
app/views/matches/show.html.erb
Diffstat (limited to 'db')
-rw-r--r-- | db/seeds.rb | 19 |
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 |