Save 36% for Black Friday! Learn more

Single Table Inheritance (STI) with ActiveRecord in Rails

January 22, 2024

Track your progress

Sign in to track your progress and access subscription-only lessons.

Log In

Your Teacher

Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.

About This Episode

Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.