Class: SolidQueueDashboard::AppearanceController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidQueueDashboard::AppearanceController
- Defined in:
- app/controllers/solid_queue_dashboard/appearance_controller.rb
Instance Method Summary collapse
Methods included from PaginationHelper
Instance Method Details
#toggle ⇒ Object
3 4 5 6 |
# File 'app/controllers/solid_queue_dashboard/appearance_controller.rb', line 3 def toggle [:dark_mode] = [:dark_mode] == "true" ? "false" : "true" redirect_to request.referer end |