aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorSimon H <simon@essentialintelligenceagency.com>2015-10-19 17:33:02 -0600
committerSimon H <simon@essentialintelligenceagency.com>2015-10-19 17:33:02 -0600
commit407c87011d977c175695d42dc757d88b01e71a46 (patch)
tree0a7af0576d4e9fde7fa5c9cf787ba723ad18cbe8 /guides/source
parentb859d97081c688f627eda30fc1c601e4ec070205 (diff)
downloadrails-407c87011d977c175695d42dc757d88b01e71a46.tar.gz
rails-407c87011d977c175695d42dc757d88b01e71a46.tar.bz2
rails-407c87011d977c175695d42dc757d88b01e71a46.zip
added Rails 4 context for migrations:install task
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 71844b7990..f961b799f1 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -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