require_dependency "jobshop/application_controller" module Jobshop class SetupsController < ApplicationController def show end end end