dawarich/app/controllers/home_controller.rb
2023-10-21 12:43:31 +02:00

4 lines
67 B
Ruby

class HomeController < ApplicationController
def index
end
end