Module: Ueditor::Helpers::AssetTagHelper

Defined in:
lib/ueditor/helpers/asset_tag_helper.rb

Instance Method Summary collapse

Instance Method Details

#ueditor_inlcude_tag(*sources) ⇒ Object



4
5
6
7
8
9
# File 'lib/ueditor/helpers/asset_tag_helper.rb', line 4

def ueditor_inlcude_tag(*sources)
  output_buffer = ActiveSupport::SafeBuffer.new
  output_buffer << stylesheet_link_tag("ueditor/themes/default/ueditor")
  output_buffer << javascript_include_tag("ueditor")
  output_buffer
end