russian-book-story/app/controllers/home_controller.rb
2026-03-30 13:18:39 +02:00

7 lines
98 B
Ruby

# frozen_string_literal: true
class HomeController < ApplicationController
def index
end
end