Ruby Developer Question:
Download Questions PDF

Tell me what is ORM (Object-Relationship-Model) in Rails?

Ruby Developer Interview Question
Ruby Developer Interview Question

Answer:

ORM or Object Relationship Model in Rails indicate that your classes are mapped to the table in the database, and objects are directly mapped to the rows in the table.

Download Ruby Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between Procs and Blocks?Tell us what is the difference between redirect and render in Ruby on Rails?