Class: BurdenWeb::RunsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/burden_web/runs_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#tasks

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/burden_web/runs_controller.rb', line 3

def index
  @runs = Burden::Storage.run.history(params[:task_id])
end