Move down to related routes for logging in and joining

This commit is contained in:
David Heinemeier Hansson
2025-11-08 20:03:48 +01:00
parent 8b5416b7ca
commit e28e02f273
+2 -2
View File
@@ -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