blob: 8ddcc27ece8569d9d26c13c7bdf0bd9cb54d3aa1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Action Record
In Rails, the model is handled by what's called a object-relational
mapping layer entitled Active Record. This layer allows you to present
the data from database rows as objects and embellish these data objects
with business logic methods.
WWW: http://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/activerecord/
- Jonathan Weiss
jw@innerewut.de
|