a11yist/app/controllers/home_controller.rb

5 lines
66 B
Ruby
Raw Normal View History

class HomeController < ApplicationController
def show
end
end