List routes in a Rails application. More information: https://guides.rubyonrails.org/routing.html.
rails routes
rails routes --expanded
rails routes {{[-g|--grep]}} {{posts_path|GET|/posts}}
rails routes {{[-c|--controller]}} {{posts|Posts|Blogs::PostsController}}