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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user