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:
parent
b859d97081
commit
407c87011d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue