# frozen_string_literal: true class HomeController < ApplicationController def index; end end