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

Specify location for engine-specific commands

Be more specific when pointing out where the commands relating
to the engine should be run
[ci skip]
This commit is contained in:
Kevin Ndung'u Gathuku 2018-05-25 12:47:43 +03:00 committed by Kevin Ndung'u
parent 90e2739d86
commit 2ffc80ab8a

View file

@ -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