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