highway/app/controllers/launchpad_controller.rb
2025-05-12 15:31:38 -04:00

4 lines
71 B
Ruby

class LaunchpadController < ApplicationController
def show
end
end