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

added Rails 4 context for migrations:install task

This commit is contained in:
Simon H 2015-10-19 17:33:02 -06:00
parent b859d97081
commit 407c87011d

View file

@ -670,7 +670,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 use this command:
application run the following command from the `test/dummy` directory of your Rails engine:
```bash
$ rake blorgh:install:migrations