Tell me how you can list all routes for an application?
Answer Posted / Subhash Singh
In Ruby on Rails, you can list all routes by running the following command in your terminal:nn`rails routes`nThis command will generate a list of available routes and their respective URL patterns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers