Skip to content

Commit 8824d5d

Browse files
committed
Unify migration file name formats in "Getting Started with Rails"
1 parent 7977908 commit 8824d5d

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)