obdev/app/controllers/home_controller.rb

9 lines
88 B
Ruby
Raw Normal View History

2024-01-11 19:40:58 -06:00
class HomeController < ApplicationController
def index
end
def about
end
2024-01-11 19:40:58 -06:00
end