Test layout

This commit is contained in:
ARLakhin
2026-03-10 23:44:59 +03:00
parent ade07e6d84
commit 0dc0f10da7
14 changed files with 165 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# require 'sidekiq/web'
Rails.application.routes.draw do
get 'auditors/index'
get 'reports/create'
get '/reports', to: 'reports#index'
post '/reports', to: 'reports#create'
@@ -9,5 +10,5 @@ Rails.application.routes.draw do
# Defines the root path route ("/")
root "welcome#home"
root "welcome#index"
end