aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
diff options
context:
space:
mode:
authorAditya Sanghi <asanghi@me.com>2010-10-17 02:09:47 +0530
committerAditya Sanghi <asanghi@me.com>2010-10-17 02:09:47 +0530
commit5a36f9f89d7ea58c36b486411fc887f9fe6dfc63 (patch)
treed89eece0f72931a5c1c92d46e31916ef7b85618b /railties/guides/source/command_line.textile
parent40398a1f47e4fd83c4b5c4346c8ba9685bb0bd2d (diff)
parenta38e653a6d512de3d22137cebc239d51f2513502 (diff)
downloadrails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.tar.gz
rails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.tar.bz2
rails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index cbdfda9215..752b5926f7 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -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