app/controllers/welcome_controller.rb (4 lines of code) (raw):

class WelcomeController < ApplicationController def index end end