Retrospring/app/controllers/static_controller.rb

8 lines
88 B
Ruby

class StaticController < ApplicationController
def index
end
def about
end
end