Module: SolidQueueDashboard::AppearanceHelper
- Defined in:
- app/helpers/solid_queue_dashboard/appearance_helper.rb
Instance Method Summary collapse
Instance Method Details
#dark_mode? ⇒ Boolean
3 4 5 |
# File 'app/helpers/solid_queue_dashboard/appearance_helper.rb', line 3 def dark_mode? [:dark_mode] == "true" end |