Files
ports/databases/rubygem-activerecord5/pkg-descr
2017-01-09 18:34:43 +00:00

9 lines
285 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://rubyonrails.org/