Rails ORM-2
Intro:-
ORM is used for models as well as associations between these models and data.ORM validate models before persisted to database and perform database operation via oops language.
Active Record is ORM of Rails.It is M of MVC design pattern. It...
devnation.joshisfitness.com3 min read