Skip to content

Commit d3e71d6

Browse files
authored
Merge pull request #1 from MiloTodt/patch-1
Minor correction in guide
2 parents a559e4d + 378ca88 commit d3e71d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ which allows us to call the json data from `localhost:3000/api/v1/movies`
248248

249249
6. Let's seed our sqlite database with some classic movies so we can practice getting data with GET requests to the API.
250250

251-
Copy and paste the following data to your `config/seeds.rb` file.
251+
Copy and paste the following data to your `db/seeds.rb` file.
252252

253253
```ruby
254254
Movie.create(name: "The Nightmare Before Christmas", rating: 5)

0 commit comments

Comments
 (0)