Skip to content

Commit 458f2c1

Browse files
authored
Fix the CreateProducts migration file name in the docs
1 parent fcab061 commit 458f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ end
247247

248248
As always, what has been generated for you is just a starting point.
249249
You can add or remove from it as you see fit by editing the
250-
`db/migrate/YYYYMMDDHHMMSS_add_details_to_products.rb` file.
250+
`db/migrate/YYYYMMDDHHMMSS_create_products.rb` file.
251251

252252
### Creating associations using references
253253

0 commit comments

Comments
 (0)