stubbed in blank controllers/helpers/functional tests
This commit is contained in:
16
app/controllers/jobs_controller.rb
Normal file
16
app/controllers/jobs_controller.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
class JobsController < ApplicationController
|
||||
def edit
|
||||
end
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user