module NewCkeditor::RailsExt::FormHelper

Public Instance Methods

ckeditor(object_name, method, options = {}) click to toggle source
# File lib/new_ckeditor/rails_ext/form_helper.rb, line 6
def ckeditor(object_name, method, options = {})
  NewCkeditor::Editor.new(self, options).render_instance_tag(object_name, method)
end