How to use route.db or how to debug
In Apache logs:
GET https://xxxxxxxxxx.com/ HTTP/1.1" 404 1722
in routes.rb
root "crm#index"
rails routes|grep root
root GET / crm#index
Rails 7.0.4
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
crm_controllers.rb exits with index def
Any idea to help me?