From ffa2652ec2b251818328e8927b112dde9e45de80 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 28 Apr 2014 09:53:32 -0400 Subject: clean up db/seeds.rb --- lib/scheduling/round_robin.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3