codespaces-rails/app/controllers/hello_controller.rb
2022-11-03 15:23:30 +00:00

4 lines
68 B
Ruby

class HelloController < ApplicationController
def index
end
end