From 81b291915ca76f2b935cbfe2d32918fbd81a0958 Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Fri, 10 Apr 2015 22:55:19 +0300 Subject: [ci skip] format rake output --- guides/source/engines.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'guides/source') 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: -- cgit v1.2.3