Class: SolidCacheDashboard::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SolidCacheDashboard::ApplicationController
- Defined in:
- app/controllers/solid_cache_dashboard/application_controller.rb
Direct Known Subclasses
AppearanceController, CacheEntriesController, CacheEventsController, DashboardController, StatsController
Instance Method Summary collapse
Instance Method Details
#dark_mode? ⇒ Boolean
7 8 9 |
# File 'app/controllers/solid_cache_dashboard/application_controller.rb', line 7 def dark_mode? [:solid_cache_dashboard_dark_mode] == "true" end |