We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74094ce commit b7b6c41Copy full SHA for b7b6c41
tutorial/step_9.md
@@ -14,7 +14,7 @@ In the last step, we covered polymorphic relationships: a single
14
relationship can point to many different Resources. Polymorphic
15
Resources are the same concept, without an association: a single
16
Resource can resolve to many different sub-Resources. It's a very similar
17
-to [Single-Table Inheritance in ActiveRecord](#TODO).
+to [Single-Table Inheritance in ActiveRecord](https://api.rubyonrails.org/classes/ActiveRecord/Inheritance.html).
18
19
To illustrate this, we'll add a `tasks` table and corresponding `Task`
20
superclass. Each record in this table will resolve to one of `Bug`,
0 commit comments