summaryrefslogtreecommitdiff
path: root/app/controllers/matches_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/matches_controller.rb')
-rw-r--r--app/controllers/matches_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/matches_controller.rb b/app/controllers/matches_controller.rb
index 254f797..8a8b9ca 100644
--- a/app/controllers/matches_controller.rb
+++ b/app/controllers/matches_controller.rb
@@ -142,6 +142,11 @@ class MatchesController < ApplicationController
end
end
when "finish"
+
+ #make this use the statistics interface for scoring and ScoringAlgorithms
+
+
+
# Individual scores
scores = params["scores"]
scores.each do |user_name, score|