engine/app/controllers/home_controller.rb

7 lines
92 B
Ruby

class HomeController < ApplicationController
def show; end
def unknown; end
end