adspace
how does ruby on rails use the model view controller (mvc) framework?
Answer Posted / Vaibhav Sandal
The MVC pattern separates an application into three interconnected components: Model, View, and Controller. Each component has a specific role - Model manages data, View handles user interface, and Controller orchestrates their interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers