summaryrefslogtreecommitdiff
path: root/lib/scoring
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-25 11:20:29 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-25 11:20:29 -0400
commitc584cd3127ad47a9c093356aee46394c6b35cc3e (patch)
tree149940f8cd7e6465f40e429b0d14470edc84a808 /lib/scoring
parentd3cfd8683e842ce60ba339d6e6c7342738ec4cf8 (diff)
parent3a87a43fb993c08b780be484fa3d89bc3c568e64 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts: app/views/matches/show.html.erb
Diffstat (limited to 'lib/scoring')
-rw-r--r--lib/scoring/ScoringAlgorithm.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/scoring/ScoringAlgorithm.rb b/lib/scoring/ScoringAlgorithm.rb
new file mode 100644
index 0000000..f2afa6f
--- /dev/null
+++ b/lib/scoring/ScoringAlgorithm.rb
@@ -0,0 +1,6 @@
+module Scoring
+ class ScoringAlgorithm
+ def self.score(match, interface)
+ end
+ end
+end