about summary refs log tree commit diff
path: root/app/controllers/pages_controller.rb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-21 23:43:16 -0400
committerBen Harris <ben@tilde.team>2021-08-21 23:43:16 -0400
commit4cc1a2f9dc215f91e969269002496b611d933e32 (patch)
tree3ce174b1f9417a07fda71d7482b38d8ee4138c1b /app/controllers/pages_controller.rb
parent819a3edae405227f11283ad494a7f4ca9c771467 (diff)
add players controller and start homepage
Diffstat (limited to 'app/controllers/pages_controller.rb')
-rw-r--r--app/controllers/pages_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
new file mode 100644
index 0000000..39848c6
--- /dev/null
+++ b/app/controllers/pages_controller.rb
@@ -0,0 +1,4 @@
+class PagesController < ApplicationController
+  def index
+  end
+end