require_dependency "beetle_reporter/application_controller" module BeetleReporter class HomeController < ApplicationController def index end end end