Home »
MCQs »
Ruby on Rails MCQs
Which of the following handles the request and prepares any relevant data for the view?
11. Which of the following handles the request and prepares any relevant data for the view?
- Model
- Controller
- View
- Route
Answer: B) Controller
Explanation:
A controller action handles the request and prepares any relevant data for the view.