Fix the CreateProducts migration file name in the docs

This commit is contained in:
Kyle Voytovich 2024-01-20 10:12:23 -05:00 committed by GitHub
parent fcab061839
commit 458f2c1c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ end
As always, what has been generated for you is just a starting point.
You can add or remove from it as you see fit by editing the
`db/migrate/YYYYMMDDHHMMSS_add_details_to_products.rb` file.
`db/migrate/YYYYMMDDHHMMSS_create_products.rb` file.
### Creating associations using references