Skip to content

Commit

Permalink
fix typo in customizing_json lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
juliet-e authored Apr 1, 2024
1 parent a29ea5b commit 40290ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module3/lessons/customizing_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ And now with our migrations run, let us add the relationships to our models.

```ruby
has_many :store_books
has many :stores, through: :store_books
has_many :stores, through: :store_books
```

*app/models/store.rb*
Expand Down

0 comments on commit 40290ae

Please sign in to comment.