friends/app/controllers/home_controller.rb

9 lines
89 B
Ruby
Raw Normal View History

2023-12-14 20:50:50 -06:00
class HomeController < ApplicationController
def index
end
def about
end
end