What Is ORM In Rails? Technology Community › Category: Ruby on Rails › What Is ORM In Rails? 0 Vote Up Vote Down VietMX Staff asked 4 years ago ORM tends for Object-Relationship-Model, where Classes are mapped to table in the database, and Objects are directly mapped to the rows in the table.