foalfetch/app/controllers/static_pages_controller.rb

5 lines
74 B
Ruby
Raw Normal View History

class StaticPagesController < ApplicationController
def about
end
end