mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
9 lines
286 B
Plaintext
9 lines
286 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: https://rubyonrails.org/
|