aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorKevin Ndung'u Gathuku <kevgathuku@users.noreply.github.com>2018-05-25 12:47:43 +0300
committerKevin Ndung'u <kevgathuku@gmail.com>2018-07-04 11:10:38 +0300
commit2ffc80ab8afe72e77524e8ed08b253ea388473e1 (patch)
treebe7bdc49f2792af4bfbf688de7a38dcdb0544fe7 /guides
parent90e2739d8680878b40224d68b366917b9c582ba5 (diff)
downloadrails-2ffc80ab8afe72e77524e8ed08b253ea388473e1.tar.gz
rails-2ffc80ab8afe72e77524e8ed08b253ea388473e1.tar.bz2
rails-2ffc80ab8afe72e77524e8ed08b253ea388473e1.zip
Specify location for engine-specific commands
Be more specific when pointing out where the commands relating to the engine should be run [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 78a699a15e..470bb50ba7 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -313,6 +313,9 @@ The engine that this guide covers provides submitting articles and commenting
functionality and follows a similar thread to the [Getting Started
Guide](getting_started.html), with some new twists.
+NOTE: For this section, make sure to run the commands in the root of the
+`blorgh` engine's directory.
+
### Generating an Article Resource
The first thing to generate for a blog engine is the `Article` model and related