Removed miscelenous letters.

This commit is contained in:
Ugis Ozols
2010-10-13 23:31:37 +03:00
parent aec5ef243a
commit a37e1a6a69

View File

@@ -145,7 +145,7 @@ $ rails generate controller Greetings hello
What all did this generate? It made sure a bunch of directories were in our application, and created a controller file, a functional test file, a helper for the view, and a view file.
Check out the controller and modify it a little (in +app/controllers/greetings_controller.rb+):ma
Check out the controller and modify it a little (in +app/controllers/greetings_controller.rb+):
<ruby>
class GreetingsController < ApplicationController