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