Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoR: Update link in Active Record Associations #29046

Merged
merged 2 commits into from
Nov 5, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,8 @@ This is just the most common among several options to specify for `:dependent`.

<div class="lesson-content__panel" markdown="1">

1. Read the [Rails Guide on Associations](http://guides.rubyonrails.org/association_basics.html). Start by skimming sections 1 to 2.7 (which you should have already done).
1. Read from 2.8 to the end of chapter 3.
1. Skim chapter 4. It contains all the methods that you gain by using various associations. You certainly don't need to memorize the whole list, but poke through it. You'll end up using most of them.
1. Read the [Rails Guide on Associations](https://guides.rubyonrails.org/association_basics.html). Start by skimming chapters 1 and 2 (which you should have already done).
1. Read all the content in chapters 3, 4, and 7.

</div>

Expand Down