Explain what is ORM (Object-Relationship-Model) in Rails? Technology Community › Category: Ruby on Rails › Explain what is ORM (Object-Relationship-Model) in Rails? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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.