rails--rails/guides/code/getting_started/app/controllers/home_controller.rb

6 lines
71 B
Ruby

class WelcomeController < ApplicationController
def index
end
end