class Inferno::Web::Controllers::TestRuns::Results::Index
Public Instance Methods
call(params)
click to toggle source
# File lib/inferno/apps/web/controllers/test_runs/results/index.rb, line 9 def call(params) results = test_runs_repo.results_for_test_run(params[:test_run_id]) self.body = serialize(results) end