aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app
diff options
context:
space:
mode:
authorspyhole <thankleft@gmail.com>2012-06-02 12:17:48 +0800
committerspyhole <thankleft@gmail.com>2012-06-02 12:17:48 +0800
commit81281befb2d85a1d59f8cdf1ef6bbb7e206df2a4 (patch)
tree3e6b8e413764b711812a14bb5d3d4d1f118e4e41 /guides/code/getting_started/app
parentb4f1c169089f7e9048dcbe7b38923f3162af6cce (diff)
downloadrails-81281befb2d85a1d59f8cdf1ef6bbb7e206df2a4.tar.gz
rails-81281befb2d85a1d59f8cdf1ef6bbb7e206df2a4.tar.bz2
rails-81281befb2d85a1d59f8cdf1ef6bbb7e206df2a4.zip
Update guides/code/getting_started/app/controllers/home_controller.rb
Diffstat (limited to 'guides/code/getting_started/app')
-rw-r--r--guides/code/getting_started/app/controllers/home_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/app/controllers/home_controller.rb b/guides/code/getting_started/app/controllers/home_controller.rb
index 309b70441e..6cc31c1ca3 100644
--- a/guides/code/getting_started/app/controllers/home_controller.rb
+++ b/guides/code/getting_started/app/controllers/home_controller.rb
@@ -1,4 +1,4 @@
-class WelcomeController < ApplicationController
+class HomeController < ApplicationController
def index
end