aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/controllers/home_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/app/controllers/home_controller.rb')
-rw-r--r--guides/code/getting_started/app/controllers/home_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/code/getting_started/app/controllers/home_controller.rb b/guides/code/getting_started/app/controllers/home_controller.rb
deleted file mode 100644
index 6cc31c1ca3..0000000000
--- a/guides/code/getting_started/app/controllers/home_controller.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class HomeController < ApplicationController
- def index
- end
-
-end