mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7b05323e04
Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
9 lines
288 B
Plaintext
9 lines
288 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
|