class JobsController < ApplicationController def edit end def index end def show end def destroy end def update end end