Add controller

This commit is contained in:
2023-09-29 17:50:55 +01:00
parent 0d86f26613
commit f49dd9a882
5 changed files with 17 additions and 4 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
# root "articles#index"
root controller: :attendance_tracker, action: :index
end