We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a559e4d + 378ca88 commit d3e71d6Copy full SHA for d3e71d6
README.md
@@ -248,7 +248,7 @@ which allows us to call the json data from `localhost:3000/api/v1/movies`
248
249
6. Let's seed our sqlite database with some classic movies so we can practice getting data with GET requests to the API.
250
251
-Copy and paste the following data to your `config/seeds.rb` file.
+Copy and paste the following data to your `db/seeds.rb` file.
252
253
```ruby
254
Movie.create(name: "The Nightmare Before Christmas", rating: 5)
0 commit comments