Ruby Developer Question:
Tell me what is ORM (Object-Relationship-Model) in Rails?
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.
Previous Question | Next Question |
What is the difference between Procs and Blocks? | Tell us what is the difference between redirect and render in Ruby on Rails? |