RubyFlow The Ruby and Rails community linklog

Practical Application of Single Table Inheritance with Rails

https://anotherengineeringblog.com/single-table-inheritance-with-rails

In this post I’ll discuss how and when you should use single table inheritance, I’ve also included a sample app as an example you can experiment with.

Single table inheritance is very useful when trying to reduce the number of database tables used and DRYing up your code base.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in