Rails Model Support

Let’s explore Rails models in this lesson.

In general, we want our web applications to keep their information in a relational database. Order-entry systems will store orders, line items, and customer details in database tables. Even applications that normally use unstructured text, such as weblogs and news sites, often use databases as their back-end data store.

Get hands-on with 1200+ tech skills courses.