From 63728d8bb35cc108d4da66a7302cb30abb5cb179 Mon Sep 17 00:00:00 2001 From: Juliet Eyraud <103968576+juliet-e@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:45:22 -0600 Subject: [PATCH] Update branch name in active_record_associations_tdd.md --- module2/lessons/active_record_associations_tdd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/lessons/active_record_associations_tdd.md b/module2/lessons/active_record_associations_tdd.md index 98fef6bc..556298aa 100644 --- a/module2/lessons/active_record_associations_tdd.md +++ b/module2/lessons/active_record_associations_tdd.md @@ -26,10 +26,10 @@ tags: migrations, databases, relationships, rails, activerecord ## Setup -This lesson plan starts at the `songs-show` branch of [this SetList repo](https://github.com/turingschool-examples/set-list-7/tree/songs-show). In order to set up the app for this lesson: +This lesson plan starts at the `associations-practice` branch of [this SetList repo](https://github.com/turingschool-examples/set-list-7/). In order to set up the app for this lesson: - Clone the repo -- Checkout the `associations_tdd_setup` branch +- Checkout the `associations-practice` branch - Run `bundle install` - Run `rails db:{drop,create,migrate,seed}` @@ -449,4 +449,4 @@ Use TDD to create an instance method on our `Artist` model that returns the av - Add a reference from one table to another -Completed code from this lesson plan can be found on this branch [here](https://github.com/turingschool-examples/set-list-7/tree/associations-practice-solutions\). \ No newline at end of file +Completed code from this lesson plan can be found on this branch [here](https://github.com/turingschool-examples/set-list-7/tree/associations-practice-solutions\).