mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove extra whitespace
This commit is contained in:
parent
9aff7e0898
commit
1bcc7055d8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ $ rails generate controller Greetings hello
|
|||
|
||||
</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+):
|
||||
|
||||
|
|
Loading…
Reference in a new issue