Object-relation mapping put on rails
in Ruby added by admin, on 25/10/2007 active record beginner tutorials database reference ruby on rails
Active Record connects business objects and database tables to create a persistable domain model where logic and data are presented in one wrapping. It's an implementation of the object-relational mapping (ORM) pattern by the same name as described by Martin Fowler
comment save reportno comments
