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