rails routes

List routes in a Rails application. More information: https://guides.rubyonrails.org/routing.html.

rails routes

rails routes --expanded

rails routes -g {{posts_path|GET|/posts}}

rails routes -c {{posts|Posts|Blogs::PostsController}}