How are Model views and controllers related?

Answer Posted / lubna

models ,views and controllers are related side by side.data
if sent to models is first worked upon its database
operations (CRUD) ,then the data is sent to view where its
templates are designed then finally data is sent to
controllers where data is processed and organised...

Is This Answer Correct ?    3 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the naming convention for variables?

505


Mention the log that has to be seen to report errors in Ruby Rails?

486


Explain me what is the purpose of rjs in rails?

484


Explain the controller in rails?

472


Explain Get and post method?

516






Explain rest in rails routes.

498


how many types of callbacks available in ror?

588


How will be the future for ruby on rails?

473


what is the difference between calling super() and super call?

497


Explain dry in rails?

491


How you run your Rails Application without creating database ?

462


Mention the types of variables available in Ruby Class?

561


Explain the advantages of ruby on rails?

486


what is the use of super function in ruby on rails?

508


what is the difference in scope for these two variables: @@name and @name?

454