Home »
MCQs »
Ruby on Rails MCQs
We can inspect what routes are mapped by running which of the following command?
20. We can inspect what routes are mapped by running which of the following command?
- bin/rails routes
- bin/rails routing mapped
- bin/rails mapped
- bin/rails route_mapped
Answer: A) bin/rails routes
Explanation:
We can inspect what routes are mapped by running the bin/rails routes command.