diff options
Diffstat (limited to 'guides/code/getting_started/app/controllers/home_controller.rb')
-rw-r--r-- | guides/code/getting_started/app/controllers/home_controller.rb | 2 |
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 |