codespaces-rails/app/controllers/hello_codespaces_controller.rb
Josh Abernathy c1821d8bd1
First cut
2022-11-03 13:55:12 +00:00

4 lines
78 B
Ruby

class HelloCodespacesController < ApplicationController
def index
end
end