summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 09:53:32 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 09:53:32 -0400
commitffa2652ec2b251818328e8927b112dde9e45de80 (patch)
tree4e91e6b8bad5786fe97fe25fe16568882dfa73a5 /lib
parente0feee503865ac797a2d5bf95f7c655c0289a329 (diff)
clean up db/seeds.rb
Diffstat (limited to 'lib')
-rw-r--r--lib/scheduling/round_robin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scheduling/round_robin.rb b/lib/scheduling/round_robin.rb
index a9defae..6185864 100644
--- a/lib/scheduling/round_robin.rb
+++ b/lib/scheduling/round_robin.rb
@@ -1,3 +1,4 @@
+# http://stackoverflow.com/questions/6648512/scheduling-algorithm-for-a-round-robin-tournament
module Scheduling
class RoundRobin
include Rails.application.routes.url_helpers