Menampilkan daftar routes di aplikasi Rails. Informasi lebih lanjut: 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}}