Super basic version

This commit is contained in:
2026-07-27 20:06:15 -06:00
parent 1932ad4f72
commit 7532b938ed
7 changed files with 133 additions and 2 deletions
+2
View File
@@ -11,4 +11,6 @@ Rails.application.routes.draw do
# Defines the root path route ("/")
# root "posts#index"
root "dashboard#index"
get "dashboard", to: "dashboard#index"
end