highway/app/controllers/landing_controller.rb
2025-05-07 23:07:54 -04:00

4 lines
70 B
Ruby

class LandingController < ApplicationController
def index
end
end