2005-07-20 15:53:52 +02:00
|
|
|
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.
|
|
|
|
|
2006-08-23 04:30:45 +02:00
|
|
|
WWW: http://www.rubyonrails.org/
|
|
|
|
WWW: http://rubyforge.org/projects/activerecord/
|
2005-07-20 15:53:52 +02:00
|
|
|
|
|
|
|
- Jonathan Weiss
|
|
|
|
jw@innerewut.de
|