ActiveRecord

ActiveRecord is a component of Rails that makes it extremely efficient to build and manage your data. Each ActiveRecord Model represents a table in the database. A row is created in the database when an instance of a model is created and saved.