File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed 
controllers/inertia_rails Expand file tree Collapse file tree 5 files changed +5
-13
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11/** 
22 * @file  Generated by js-routes 2.3.5. Based on Rails 8.0.2 routes of InertiaRailsShadcnStarter::Application. 
3-  * @version  15856b6545f535f9daf72484affe6c4605b22d1f92abdc271f0818d80cb9b39a  
3+  * @version  743c630cafd479b5d9ad42a7803e8be1fdeb9448419ce21d215b267e2b0ae749  
44 * @see  https://github.com/railsware/js-routes 
55 */ 
66declare  type  Optional < T >  =  { 
Original file line number Diff line number Diff line change 11/** 
22 * @file  Generated by js-routes 2.3.5. Based on Rails 8.0.2 routes of InertiaRailsShadcnStarter::Application. 
3-  * @version  15856b6545f535f9daf72484affe6c4605b22d1f92abdc271f0818d80cb9b39a  
3+  * @version  743c630cafd479b5d9ad42a7803e8be1fdeb9448419ce21d215b267e2b0ae749  
44 * @see  https://github.com/railsware/js-routes 
55 */ 
66// eslint-disable-next-line 
Original file line number Diff line number Diff line change 33InertiaRails . configure  do  |config |
44  config . version  =  ViteRuby . digest 
55  config . encrypt_history  =  true 
6+ 
7+   config . parent_controller  =  "::InertiaController" 
68end 
Original file line number Diff line number Diff line change 2121    resource  :password ,  only : [ :show ,  :update ] 
2222    resource  :email ,  only : [ :show ,  :update ] 
2323    resources  :sessions ,  only : [ :index ] 
24+     inertia  :appearance 
2425  end 
2526
26-   inertia  "settings/appearance"  =>  "settings/appearance" 
27- 
2827  root  "home#index" 
2928
3029  # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments