1
0
Fork 0
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:
Sebastian Martinez 2011-04-14 10:05:08 -03:00
parent 9aff7e0898
commit 1bcc7055d8

View file

@ -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+):