[skip ci] Add undefined STI acronym to the heading which is referred under its section

This commit is contained in:
Vishal Telangre 2019-05-12 20:49:54 +05:30
parent b1c917ee2f
commit 8092b3c1ee
No known key found for this signature in database
GPG Key ID: 16BA3EBD701E48D8
1 changed files with 2 additions and 2 deletions

View File

@ -2451,8 +2451,8 @@ Extensions can refer to the internals of the association proxy using these three
* `proxy_association.reflection` returns the reflection object that describes the association.
* `proxy_association.target` returns the associated object for `belongs_to` or `has_one`, or the collection of associated objects for `has_many` or `has_and_belongs_to_many`.
Single Table Inheritance
------------------------
Single Table Inheritance (STI)
------------------------------
Sometimes, you may want to share fields and behavior between different models.
Let's say we have Car, Motorcycle, and Bicycle models. We will want to share