Module: DataPact::ApplicationHelper
- Defined in:
- app/helpers/data_pact/application_helper.rb
Constant Summary collapse
- DAISY_UI_THEMES =
%w[dark cupcake bumblebee emerald retro cyberpunk valentine forest aqua pastel fantasy wireframe black luxury cmyk autumn business acid night].freeze
Instance Method Summary collapse
Instance Method Details
#themes_for_select ⇒ Object
5 6 7 |
# File 'app/helpers/data_pact/application_helper.rb', line 5 def themes_for_select DAISY_UI_THEMES.map { |theme| [theme.titleize, theme] } end |