obdev/app/controllers/home_controller.rb

9 lines
88 B
Ruby

class HomeController < ApplicationController
def index
end
def about
end
end