From 1a4f470d59795f51c29f9eddccccbc4b371d808c Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Sun, 31 May 2015 13:14:40 +0200 Subject: no rails command short-cuts in the getting-started guide. [ci skip] The full command name is more expressive. --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 5ef376531d..8cdb25c0c6 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -400,7 +400,7 @@ a controller called `ArticlesController`. You can do this by running this command: ```bash -$ bin/rails g controller articles +$ bin/rails generate controller articles ``` If you open up the newly generated `app/controllers/articles_controller.rb` -- cgit v1.2.3