impress/app/controllers/about_controller.rb
Emi Matchu 2cfcfaf69d Rename StaticController to AboutController
This is where `/about` pages will go now!
2024-03-12 17:12:43 -07:00

4 lines
66 B
Ruby

class AboutController < ApplicationController
def terms
end
end