Skip to content

Commit f9ec1ae

Browse files
authored
Merge pull request rails#53208 from wakairo/unify_migration_file_name_formats_in_getting_started
Unify migration file name formats in "Getting Started with Rails" [ci skip]
2 parents 1c759a2 + 8824d5d commit f9ec1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ This command will generate four files:
13261326

13271327
| File | Purpose |
13281328
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
1329-
| db/migrate/20140120201010_create_comments.rb | Migration to create the comments table in your database (your name will include a different timestamp) |
1329+
| db/migrate/\<timestamp\>_create_comments.rb | Migration to create the comments table in your database |
13301330
| app/models/comment.rb | The Comment model |
13311331
| test/models/comment_test.rb | Testing harness for the comment model |
13321332
| test/fixtures/comments.yml | Sample comments for use in testing |

0 commit comments

Comments
 (0)