Home »
MCQs »
Ruby on Rails MCQs
The controllers, models, views, helpers, mailers, channels, tasks, and assets for your application are all located in which of the following folder?
4. The controllers, models, views, helpers, mailers, channels, tasks, and assets for your application are all located in which of the following folder?
- Config
- Public
- App
- temp
Answer: C) App
Explanation:
The controllers, models, views, helpers, mailers, channels, tasks, and assets for your application are all located in the app folder.