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