summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-07 20:33:38 -0400
committerDavid Gay <david@davidgay.org>2021-07-07 20:46:27 -0400
commit8c93c5e29eceb9e85cb3eaa7ecc25653ffc50189 (patch)
treeef98cbaed0cf6388a715e79a45b4ee31d637d05a /config
parentfae9e55c6df3ec9357647a83a3a78319482a284e (diff)
Times of day, and a primitive clock in the header
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ce39562..9c8b646 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,6 +12,7 @@ Rails.application.routes.draw do
end
get :look, to: "look#look"
+ get :clock, to: "clock#clock"
resources :chat_messages, only: [:index, :create] do
collection do