aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-12 20:49:54 +0530
committerVishal Telangre <the@vishaltelangre.com>2019-05-12 20:49:54 +0530
commit8092b3c1eed1ec869097f8f52ece9060934f0f13 (patch)
tree57e91b223041f775a4be8a46e321dc39df2d6cc4 /guides/source
parentb1c917ee2fdaa452aeb52904db0d254d85285380 (diff)
downloadrails-8092b3c1eed1ec869097f8f52ece9060934f0f13.tar.gz
rails-8092b3c1eed1ec869097f8f52ece9060934f0f13.tar.bz2
rails-8092b3c1eed1ec869097f8f52ece9060934f0f13.zip
[skip ci] Add undefined STI acronym to the heading which is referred under its section
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/association_basics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 62e9270539..27387ac3ac 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -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