Single Table Inheritance – Ruby on Rails Tutorial - a podcast by Charles Max Wood

from 2011-04-08T16:05:37

:: ::

 

Single Table Inheritance is a great way to handle related models that descend from the same class. The classic example is a Car class with Ford, Chevy, and Honda subclasses.This Ruby on Rails Tutorial provides an example and explains how Rails puts all of the information in the same database table and allows you to query things from both the superclass and subclass.

Download 59.5 MBDownload (iPod and iPhone) 36.3 MB

Further episodes of Teach Me To Code » Screencasts (iPhone/iPod)

Further podcasts by Charles Max Wood

Website of Charles Max Wood