Answers

Question and Answer:

  Home  Ruby on Rails

⟩ How are Model views and controllers related?

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

 196 views

More Questions for you: