aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-04 05:14:24 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-04 06:23:16 +0900
commit2161434d1671edac32ef06bf35cc8fe4c905a7db (patch)
tree84448a906850291179dd7ffc835693f618ec337e /guides/source/command_line.md
parent8572f32d58d687bb44dfac6bb872b9b5cdaef6e3 (diff)
downloadrails-2161434d1671edac32ef06bf35cc8fe4c905a7db.tar.gz
rails-2161434d1671edac32ef06bf35cc8fe4c905a7db.tar.bz2
rails-2161434d1671edac32ef06bf35cc8fe4c905a7db.zip
update the scaffold generator outputs
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 746226fa96..26bc08032a 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -225,7 +225,8 @@ $ rails generate scaffold HighScore game:string score:integer
invoke test_unit
create test/models/high_score_test.rb
create test/fixtures/high_scores.yml
- route resources :high_scores
+ invoke resource_route
+ route resources :high_scores
invoke scaffold_controller
create app/controllers/high_scores_controller.rb
invoke erb