engine/app/controllers/home_controller.rb

7 lines
93 B
Ruby
Raw Normal View History

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