summaryrefslogtreecommitdiff
path: root/app/controllers/static_controller.rb
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-04-01 17:14:05 -0400
committerTomer Kimia <tkimia@purdue.edu>2014-04-01 17:14:05 -0400
commit0867bc68749873aa131c0f3b273771b5f70ae778 (patch)
treed29a091054b4ac659af77072f55be1e7b1bf69cf /app/controllers/static_controller.rb
parentcd6b94cfc989800d65acc0fbceeebe35da5be4af (diff)
players can now leave tournaments
Diffstat (limited to 'app/controllers/static_controller.rb')
-rw-r--r--app/controllers/static_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb
index 6fc9490..038cc19 100644
--- a/app/controllers/static_controller.rb
+++ b/app/controllers/static_controller.rb
@@ -1,4 +1,7 @@
class StaticController < ApplicationController
def homepage
end
+
+ def test
+ end
end