Skip to content

Commit 8d8e5a5

Browse files
Merge pull request rails#43109 from cbliard/patch-1
Clarify STI acronym [ci-skip]
2 parents ce546c7 + c18d522 commit 8d8e5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ While applications should stick to that interface, the actual Zeitwerk loader ob
534534
Rails.autoloaders.main
535535
```
536536

537-
That may be handy if you need to preload STIs or configure a custom inflector, for example.
537+
That may be handy if you need to preload Single Table Inheritance (STI) classes or configure a custom inflector, for example.
538538

539539
#### Project Structure
540540

@@ -554,7 +554,7 @@ All is good!
554554

555555
All known use cases of `require_dependency` have been eliminated, you should grep the project and delete them.
556556

557-
If your application has STIs, please check their section in the guide [Autoloading and Reloading Constants (Zeitwerk Mode)](autoloading_and_reloading_constants.html#single-table-inheritance).
557+
If your application uses Single Table Inheritance, please see the [Single Table Inheritance section](autoloading_and_reloading_constants.html#single-table-inheritance) of the Autoloading and Reloading Constants (Zeitwerk Mode) guide.
558558

559559
#### Qualified names in class and module definitions
560560

0 commit comments

Comments
 (0)