module NewCkeditor::RailsExt::ViewHelper
Public Instance Methods
ckeditor_tag(name, content = nil, options = {})
click to toggle source
# File lib/new_ckeditor/rails_ext/view_helper.rb, line 6 def ckeditor_tag(name, content = nil, options = {}) NewCkeditor::Editor.new(self, options).render_tag(name, content) end