aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-07-08 05:56:18 +0900
committerGitHub <noreply@github.com>2018-07-08 05:56:18 +0900
commit13c66d4626707fcc6c67ec6b197bb1e0be317b84 (patch)
tree1f41a84a800b159de626bb738152616771b1e794 /guides
parent1d97b8f9e4ef0bbac093210c1e245c377ea30486 (diff)
parent2ffc80ab8afe72e77524e8ed08b253ea388473e1 (diff)
downloadrails-13c66d4626707fcc6c67ec6b197bb1e0be317b84.tar.gz
rails-13c66d4626707fcc6c67ec6b197bb1e0be317b84.tar.bz2
rails-13c66d4626707fcc6c67ec6b197bb1e0be317b84.zip
Merge pull request #32986 from kevgathuku/patch-1
Specify location for engine-specific commands [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