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