engine/app/controllers/home_controller.rb

7 lines
93 B
Ruby

class HomeController < ActionController::Base
def show; end
def unknown; end
end