master
# frozen_string_literal: true # controls static pagesclass StaticPagesController < ApplicationController def help; end def about; end def contact; endend