π Rails routes infoApr 16, 2021#TIL#ruby_on_railshttps://edgeguides.rubyonrails.org/routing.html#listing-existing-routesTo view all the routes in a Rails project you can visit localhost:3000/rails/info/routes. These routes are searchable too.