Updated to Rails 7.1.4

Add fiddle, ostruct and logger to the Gem file
Now using Ruby 3.3.5
Add more text to caf_text.yml
This commit is contained in:
2024-10-10 09:14:16 +01:00
parent 6b0da161be
commit 1b0956bb0c
4 changed files with 309 additions and 65 deletions

View File

@@ -6,7 +6,9 @@ Rails.application.routes.draw do
resources :cafs
end
resources :subprincipleitems, only: [:edit, :update]
resources 'cafs', only: [:show] do
resources :subprincipleitems, only: [:edit, :update]
end
authenticated :user do
root to: 'home#index', as: :authenticated_root