Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/step_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In the last step, we covered polymorphic relationships: a single
relationship can point to many different Resources. Polymorphic
Resources are the same concept, without an association: a single
Resource can resolve to many different sub-Resources. It's a very similar
to [Single-Table Inheritance in ActiveRecord](#TODO).
to [Single-Table Inheritance in ActiveRecord](https://api.rubyonrails.org/classes/ActiveRecord/Inheritance.html).

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