diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-14 10:05:08 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-14 10:05:08 -0300 |
commit | 1bcc7055d840b39d1cc7fff934a62be5ea3c9539 (patch) | |
tree | 7aeb8cd262a4642e0f209121acb473084db5f187 | |
parent | 9aff7e0898cd9f84fdbd961d895440523c100c82 (diff) | |
download | rails-1bcc7055d840b39d1cc7fff934a62be5ea3c9539.tar.gz rails-1bcc7055d840b39d1cc7fff934a62be5ea3c9539.tar.bz2 rails-1bcc7055d840b39d1cc7fff934a62be5ea3c9539.zip |
Remove extra whitespace
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 7b2ab92ccc..a46087c91b 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -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+): |