From 21ba9b11f991961cce2e55fdc8f95de97d751ad3 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sun, 28 Sep 2014 07:12:46 -0700 Subject: technical correction in guides under 'Generating an engine' `bin/rails` would not exist outside of a rails project --- guides/source/engines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/engines.md') diff --git a/guides/source/engines.md b/guides/source/engines.md index 24548a5b01..21ac941ac0 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -74,13 +74,13 @@ options as appropriate to the need. For the "blorgh" example, you will need to create a "mountable" engine, running this command in a terminal: ```bash -$ bin/rails plugin new blorgh --mountable +$ rails plugin new blorgh --mountable ``` The full list of options for the plugin generator may be seen by typing: ```bash -$ bin/rails plugin --help +$ rails plugin --help ``` The `--mountable` option tells the generator that you want to create a -- cgit v1.2.3