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 (selected=nil) ([[t('select.none'), '']] + SheetsExtension.stylesheet_filters.map { |s| s.filter_name }.sort, selected) end |