summaryrefslogtreecommitdiff
path: root/app/controllers/matches_controller.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-24 00:46:42 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-24 00:46:42 -0400
commit1942d4307f392d61d13cdc488fecd523f55e427d (patch)
treed4ad5210f28a2c07aaca9548ebd883e1672cd2d8 /app/controllers/matches_controller.rb
parent1429cd41bb4af3429f28dc97efd6994433ebde7b (diff)
Fixed Spacing, Scoring, and began implementing statistics
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|