Class: SolidQueueWeb::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SolidQueueWeb::ApplicationController
- Includes:
- Pagy::Method
- Defined in:
- app/controllers/solid_queue_web/application_controller.rb
Direct Known Subclasses
DashboardController, FailedJobs::SelectionsController, FailedJobsController, Jobs::SelectionsController, JobsController, ProcessesController, Queues::JobsController, QueuesController, RecurringTasksController, SearchController
Constant Summary collapse
- PERIOD_DURATIONS =
{ "1h" => 1.hour, "24h" => 24.hours, "7d" => 7.days }.freeze