Ruby on Rails Question: Download Ruby on Rails PDF

How are Model views and controllers related?

Tweet Share WhatsApp

Answer:

Model, View and Controller(MVC) is 3 tier architecture.
view consits all HTML, javscript pages. its client side
template. while as Model connects to Database describing all
data fields and the relation between then and all business
calculations are controlled by controller

Download Ruby on Rails PDF Read All 16 Ruby on Rails Questions
Previous QuestionNext Question
Is Ruby is a Scripting Language or Compiled Language?What is the functionality of Model views and controllers?