mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
baab90b754
them. Approved by: old maintainer
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
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/
|