From e28e02f273a9553f2e948e7c48060dbc0487c826 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 8 Nov 2025 20:03:48 +0100 Subject: [PATCH] Move down to related routes for logging in and joining --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 0ac566f2b..eaa22c251 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,8 +15,6 @@ Rails.application.routes.draw do end end - resource :landing - resources :boards do scope module: :boards do resource :subscriptions @@ -144,6 +142,8 @@ Rails.application.routes.draw do end end + resource :landing + resources :commands resource :conversation do