Answers

Question and Answer:

  Home  Ruby Developer

⟩ Tell me what is Rails Active Record in Ruby on Rails?

Rails active record is the Object/Relational Mapping (ORM) layer supplied with Rails. It follows the standard ORM model as

☛ Table map to classes

☛ Rows map to objects

☛ Columns map to object attributes

 143 views

More Questions for you: