What is the functionality of Model views and controllers
Answer Posted / guest
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.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the naming convention for variables?
What is the importance of rjs?
Explain what are the servers supported by ruby on rails?
what is the difference between calling super() and super call?
What is a webrick web server?
What can Rails Migration do?
Explain me what is the purpose of rjs in rails?
What are generators in ruby on rails?
What is the purpose of require_relative in ruby?
What is the symbol garbage collector?
What is action cable?
Tell me what is the difference between the observers and callbacks in ruby on rails?
what are helpers and how to use helpers in ror?
What are the steps involved in writing and setting up an application in ruby on rails?
What is the difference between delete and destroy ?