Module: Admin::StylesHelper

Defined in:
app/helpers/admin/styles_helper.rb

Instance Method Summary collapse

Instance Method Details

#stylesheet_filter_options_for_select(selected = nil) ⇒ Object



2
3
4
# File 'app/helpers/admin/styles_helper.rb', line 2

def stylesheet_filter_options_for_select(selected=nil)
  options_for_select([[t('select.none'), '']] + SheetsExtension.stylesheet_filters.map { |s| s.filter_name }.sort, selected)
end