Skip to content

Commit

Permalink
Fix guide about command_line [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 committed Aug 14, 2017
1 parent 1e73c1d commit 66b92ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/command_line.md
Expand Up @@ -102,6 +102,7 @@ Please choose a generator below.

Rails:
assets
channel
controller
generator
...
Expand Down Expand Up @@ -241,6 +242,8 @@ $ bin/rails generate scaffold HighScore game:string score:integer
invoke jbuilder
create app/views/high_scores/index.json.jbuilder
create app/views/high_scores/show.json.jbuilder
invoke test_unit
create test/system/high_scores_test.rb
invoke assets
invoke coffee
create app/assets/javascripts/high_scores.coffee
Expand Down

0 comments on commit 66b92ab

Please sign in to comment.