46df757fcc
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 PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de>
11 lines
322 B
Text
11 lines
322 B
Text
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
|