7b05323e04
Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
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
|