Ruby on Rails Question:

What is the functionality of Model views and controllers?

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.

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?