Module: RedactorHelper

Defined in:
app/helpers/redactor_helper.rb

Instance Method Summary collapse

Instance Method Details

#redactor_css(sources) ⇒ Object



2
3
4
5
6
# File 'app/helpers/redactor_helper.rb', line 2

def redactor_css(sources)
  sources.uniq.map do |source|
    path_to_stylesheet(source)
  end
end