Method: DataPact::ApplicationHelper#themes_for_select

Defined in:
app/helpers/data_pact/application_helper.rb

#themes_for_selectObject



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