blob: 2a5b1607398ec1d72a0ef3bd86cd62659b71d055 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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.com
- Jonathan Weiss
jw@innerewut.de
|