diff --git a/ruby_on_rails/advanced_forms_and_activerecord/active_record_associations.md b/ruby_on_rails/advanced_forms_and_activerecord/active_record_associations.md index d185cd06aa..699d3ee6e2 100644 --- a/ruby_on_rails/advanced_forms_and_activerecord/active_record_associations.md +++ b/ruby_on_rails/advanced_forms_and_activerecord/active_record_associations.md @@ -258,9 +258,8 @@ This is just the most common among several options to specify for `:dependent`.
- 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.