Module: Refinery::Admin::VisualEditorHelper
- Defined in:
- app/helpers/refinery/admin/visual_editor_helper.rb
Instance Method Summary collapse
Instance Method Details
#visual_editor_javascripts ⇒ Object
4 5 6 |
# File 'app/helpers/refinery/admin/visual_editor_helper.rb', line 4 def visual_editor_javascripts Refinery::Core.visual_editor_javascripts.uniq end |
#visual_editor_stylesheets ⇒ Object
8 9 10 |
# File 'app/helpers/refinery/admin/visual_editor_helper.rb', line 8 def visual_editor_stylesheets Refinery::Core.visual_editor_stylesheets.uniq(&:path) end |