From 8c93c5e29eceb9e85cb3eaa7ecc25653ffc50189 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 7 Jul 2021 20:33:38 -0400 Subject: Times of day, and a primitive clock in the header --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3