foalfetch/app/controllers/static_pages_controller.rb

4 lines
74 B
Ruby

class StaticPagesController < ApplicationController
def about
end
end