An Introduction to Models in Rails
Learn how to create, read, update, and destroy data from the database with models.
Ruby on Rails is the premier example of a framework that uses the MVC architectural pattern. The M stands for model, and models are used in Rails to represent business data and logic.