From 1942d4307f392d61d13cdc488fecd523f55e427d Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Thu, 24 Apr 2014 00:46:42 -0400 Subject: Fixed Spacing, Scoring, and began implementing statistics --- app/controllers/matches_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/controllers/matches_controller.rb') 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| -- cgit v1.2.3