foalfetch/app/controllers/static_pages_controller.rb
2024-04-04 04:21:31 -04:00

5 lines
104 B
Ruby

# frozen_string_literal: true
class StaticPagesController < ApplicationController
def about
end
end