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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Ruby Developer Job Interview Questions And Answers