Single Table Inheritance

suggest change

Introduction

Single Table Inheritance (STI) is a design pattern which is based on the idea of saving the data of multiple models which are all inheriting from the same Base model, into a single table in the database.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Single Table inheritance:
* Single Table Inheritance

Table Of Contents
3 Views
19 Caching
23 Rails 5
25 Mongoid
26 Gems
55 CSV
60 Single Table inheritance