Class: SolidStackWeb::FailedJobs::ErrorsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/solid_stack_web/failed_jobs/errors_controller.rb

Constant Summary

Constants inherited from ApplicationController

ApplicationController::PERIOD_DURATIONS

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/solid_stack_web/failed_jobs/errors_controller.rb', line 4

def index
  @groups = ErrorFrequencyReport.new.groups
end