engine/app/controllers/home_controller.rb

8 lines
87 B
Ruby

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