Files
canine/app/controllers/static_controller.rb
2024-09-27 14:22:04 -07:00

5 lines
69 B
Ruby

class StaticController < ApplicationController
def index
end
end