From aea813d1d70cd94f503a5d2d48a7d605a1e9c9bb Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Gathuku Date: Fri, 25 May 2018 13:12:34 +0300 Subject: Change location for running copy migrations command This fixes the location from where the command to copy migrations from the engine to the application should be run [ci skip] --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/engines.md') diff --git a/guides/source/engines.md b/guides/source/engines.md index 9dbce5d09b..78a699a15e 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -695,7 +695,7 @@ pre-defined path which may be customizable. The engine contains migrations for the `blorgh_articles` and `blorgh_comments` table which need to be created in the application's database so that the engine's models can query them correctly. To copy these migrations into the -application run the following command from the `test/dummy` directory of your Rails engine: +application run the following command from the application's root: ```bash $ bin/rails blorgh:install:migrations -- cgit v1.2.3