summaryrefslogtreecommitdiff
path: root/lib/scheduling/round_robin.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-29 03:52:38 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-29 03:52:38 -0400
commit9818497db2bf08748d05d3f0e10072cc6766f7a0 (patch)
treefcb2e77b74404a596654a7b596372d61e7eb1fa2 /lib/scheduling/round_robin.rb
parent4f523f424cb41733c19754c5d4b538053d86ab74 (diff)
remove extra match attributes from scheduling algos
Diffstat (limited to 'lib/scheduling/round_robin.rb')
-rw-r--r--lib/scheduling/round_robin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scheduling/round_robin.rb b/lib/scheduling/round_robin.rb
index c0d68d3..7ee617d 100644
--- a/lib/scheduling/round_robin.rb
+++ b/lib/scheduling/round_robin.rb
@@ -20,7 +20,7 @@ module Scheduling
# => Create new matches
@matches_per_round.times do
- tournament_stage.matches.create(status: 0, submitted_peer_evaluations: 0)
+ tournament_stage.matches.create
end
# => seed the first time