Files
plottservice/app/controllers/home_controller.rb
2024-08-26 19:20:06 +02:00

5 lines
67 B
Ruby

class HomeController < ApplicationController
def index
end
end