diff options
Diffstat (limited to 'guides/source/command_line.textile')
-rw-r--r-- | guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.textile b/guides/source/command_line.textile index 1ed0c48933..39b75c2781 100644 --- a/guides/source/command_line.textile +++ b/guides/source/command_line.textile @@ -160,7 +160,7 @@ $ rails generate controller Greetings hello create app/assets/stylesheets/greetings.css.scss </shell> -What all did this generate? It made sure a bunch of directories were in our application, and created a controller file, a view file, a functional test file, a helper for the view, a javascript file and a stylesheet file. +What all did this generate? It made sure a bunch of directories were in our application, and created a controller file, a view file, a functional test file, a helper for the view, a JavaScript file and a stylesheet file. Check out the controller and modify it a little (in +app/controllers/greetings_controller.rb+): |