Class: SolidCacheDashboard::AppearanceController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidCacheDashboard::AppearanceController
- Defined in:
- app/controllers/solid_cache_dashboard/appearance_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#toggle ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/solid_cache_dashboard/appearance_controller.rb', line 3 def toggle [:solid_cache_dashboard_dark_mode] = dark_mode? ? "false" : "true" redirect_back(fallback_location: root_path) end |