Skip to content

Commit

Permalink
Update branch name in active_record_associations_tdd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliet-e authored Feb 1, 2024
1 parent 18bc509 commit 63728d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module2/lessons/active_record_associations_tdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`

Expand Down Expand Up @@ -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\).
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\).

0 comments on commit 63728d8

Please sign in to comment.