Skip to content

Commit 80c8e0e

Browse files
committed
Merge pull request jbranchaud#26 from jakeonrails/patch-1
Fix typo, migration -> migrate
2 parents 3916e52 + 053aec4 commit 80c8e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails/migrating-up-down-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ should happen when migrating *up* and what should happen when migrating
66
can be accomplished using the following one-liner:
77

88
```bash
9-
$ rake db:migration && rake db:migration:redo
9+
$ rake db:migrate && rake db:migrate:redo
1010
```
1111

1212
The `rake db:migration` does what we would expect applying our new migration

0 commit comments

Comments
 (0)