47f47fe75b
Add rails 4.1 version of activerecord PR: 201816 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
8 lines
288 B
Text
8 lines
288 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.org
|