Answers

Question and Answer:

  Home  Ruby Developer

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

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.

 120 views

More Questions for you: