parsley/app/controllers/home_controller.rb

6 lines
68 B
Ruby

class HomeController < ApplicationController
def about
end
end