a11yist/app/controllers/home_controller.rb

6 lines
96 B
Ruby
Raw Normal View History

2024-07-15 14:31:54 +02:00
# frozen_string_literal: true
class HomeController < ApplicationController
2024-07-15 14:31:54 +02:00
def show; end
end