summaryrefslogtreecommitdiff
path: root/lib/sampling/manual.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 03:04:09 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 03:04:09 -0400
commit987b3e0d151d58c6b44e16e3ec4d13ce7f303fe7 (patch)
tree24971fe4b80e1dd4b6d27b9041945ffb7163748d /lib/sampling/manual.rb
parent125d861972b9fcd99147d67b0e8fe4102f96190e (diff)
get the tournament creation page complete
Diffstat (limited to 'lib/sampling/manual.rb')
-rw-r--r--lib/sampling/manual.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/sampling/manual.rb b/lib/sampling/manual.rb
index 17c8104..a1bf9a5 100644
--- a/lib/sampling/manual.rb
+++ b/lib/sampling/manual.rb
@@ -1,5 +1,5 @@
module Sampling
- module HostEntry
+ module Manual
def self.works_with?(game)
return true
end
@@ -25,11 +25,12 @@ module Sampling
end
def self.render_user_interaction(match, user)
-
+ # TODO
end
def self.handle_user_interaction(match, user, sampling_params)
- match.statistics.create(user: nil, name: "blowout",
+ # TODO
+ #match.statistics.create(user: nil, name: "blowout",
end
end
end