Class: BurdenWeb::RunsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- BurdenWeb::RunsController
- Defined in:
- app/controllers/burden_web/runs_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/burden_web/runs_controller.rb', line 3 def index @runs = Burden::Storage.run.history(params[:task_id]) end |