a11yist/app/controllers/home_controller.rb

5 lines
96 B
Ruby

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