Class: SolidCacheDashboard::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/solid_cache_dashboard/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#dark_mode?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/controllers/solid_cache_dashboard/application_controller.rb', line 7

def dark_mode?
  cookies[:solid_cache_dashboard_dark_mode] == "true"
end