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.
|
|
|
|
|
2010-10-20 03:35:47 +02:00
|
|
|
WWW: http://www.rubyonrails.org
|