1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #32987 from kevgathuku/patch-2

Change location for running copy migrations command
This commit is contained in:
Kasper Timm Hansen 2018-07-02 19:51:00 +02:00 committed by GitHub
commit e4282e2fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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