Home »
MCQs »
Ruby on Rails MCQs
Rails provides a routes method named ____ that maps all of the conventional routes for a collection of resources
19. Rails provides a routes method named ____ that maps all of the conventional routes for a collection of resources.
- Require
- Resources
- Options
- Maps
Answer: B) Resources
Explanation:
Rails provides a route method named resources that maps all of the conventional routes for a collection of resources.