diff options
Diffstat (limited to 'guides/code/getting_started/app/controllers/welcome_controller.rb')
-rw-r--r-- | guides/code/getting_started/app/controllers/welcome_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guides/code/getting_started/app/controllers/welcome_controller.rb b/guides/code/getting_started/app/controllers/welcome_controller.rb deleted file mode 100644 index f9b859b9c9..0000000000 --- a/guides/code/getting_started/app/controllers/welcome_controller.rb +++ /dev/null @@ -1,4 +0,0 @@ -class WelcomeController < ApplicationController - def index - end -end |