projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '1608-api-documentation'
[arvados.git]
/
apps
/
workbench
/
app
/
controllers
/
jobs_controller.rb
1
class JobsController < ApplicationController
2
def index
3
@jobs = Job.all
4
end
5
end