summaryrefslogtreecommitdiff
path: root/app/controllers/look_controller.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
commit60c9de4956547d46390c948146aa6e0c865ffcda (patch)
tree7bbde799de9cec589a53a08b8e4dccf98bfdc8e3 /app/controllers/look_controller.rb
parent7f129f24e351cafafdb4bc58a44ca0d714e30af6 (diff)
Move timer and results to new game containers which are always visible
Diffstat (limited to 'app/controllers/look_controller.rb')
-rw-r--r--app/controllers/look_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/look_controller.rb b/app/controllers/look_controller.rb
deleted file mode 100644
index 17cbbcb..0000000
--- a/app/controllers/look_controller.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class LookController < ApplicationController
- def show
- end
-end