Skip to content

Commit b7b6c41

Browse files
authored
Update link in tutorial/step_9 (#31)
1 parent 74094ce commit b7b6c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/step_9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the last step, we covered polymorphic relationships: a single
1414
relationship can point to many different Resources. Polymorphic
1515
Resources are the same concept, without an association: a single
1616
Resource can resolve to many different sub-Resources. It's a very similar
17-
to [Single-Table Inheritance in ActiveRecord](#TODO).
17+
to [Single-Table Inheritance in ActiveRecord](https://api.rubyonrails.org/classes/ActiveRecord/Inheritance.html).
1818

1919
To illustrate this, we'll add a `tasks` table and corresponding `Task`
2020
superclass. Each record in this table will resolve to one of `Bug`,

0 commit comments

Comments
 (0)