filmov
tv
Single Table Inheritance - Ruby on Rails Tutorial
![preview_player](https://i.ytimg.com/vi/F0KH_9ikZiA/maxresdefault.jpg)
Показать описание
Single Table Inheritance is a terrific way of sharing functionality and database fields between Models. It encapsulates the Inheritance principle of Object Oriented Programming.
If you have a model that could be one type of another model, use STI.
If you have a model that could be one type of another model, use STI.