Skip to content

Commit

Permalink
Merge pull request rails#50822 from kylevoyto/patch-1
Browse files Browse the repository at this point in the history
Fix the CreateProducts migration file name in the docs [ci-skip]
  • Loading branch information
p8 authored Jan 20, 2024
2 parents fcab061 + 458f2c1 commit f84b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f84b428

Please sign in to comment.