diff options
author | Mikhail Dieterle <MikDiet@gmail.com> | 2015-04-10 22:55:19 +0300 |
---|---|---|
committer | Mikhail Dieterle <MikDiet@gmail.com> | 2015-04-10 22:55:19 +0300 |
commit | 81b291915ca76f2b935cbfe2d32918fbd81a0958 (patch) | |
tree | a021cbd4d2833c7664fe58cfc7f0a7b2fdb04c2e /guides/source | |
parent | 746695d6c8426ecc48d4a7099b6330ef3fda16ea (diff) | |
download | rails-81b291915ca76f2b935cbfe2d32918fbd81a0958.tar.gz rails-81b291915ca76f2b935cbfe2d32918fbd81a0958.tar.bz2 rails-81b291915ca76f2b935cbfe2d32918fbd81a0958.zip |
[ci skip] format rake output
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/engines.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md index 7b20b48c81..5496b6e1ad 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -831,11 +831,9 @@ Notice that only _one_ migration was copied over here. This is because the first two migrations were copied over the first time this command was run. ``` -NOTE Migration [timestamp]_create_blorgh_articles.rb from blorgh has been -skipped. Migration with the same name already exists. NOTE Migration -[timestamp]_create_blorgh_comments.rb from blorgh has been skipped. Migration -with the same name already exists. Copied migration -[timestamp]_add_author_id_to_blorgh_articles.rb from blorgh +NOTE Migration [timestamp]_create_blorgh_articles.rb from blorgh has been skipped. Migration with the same name already exists. +NOTE Migration [timestamp]_create_blorgh_comments.rb from blorgh has been skipped. Migration with the same name already exists. +Copied migration [timestamp]_add_author_id_to_blorgh_articles.rb from blorgh ``` Run the migration using: |