Ruby on Rails Question: Download Ruby on Rails PDF

What is the functionality of Model views and controllers?

Tweet Share WhatsApp

Answer:

Model: Model is responsible for maintaining the database.

views: View is responsible for generating user interface.

controllers: Getting input request from browser and generate
outgoing response.

Download Ruby on Rails PDF Read All 16 Ruby on Rails Questions
Previous QuestionNext Question
How are Model views and controllers related?What is the difference between sessions and flash?