Module: NewCkeditor::RailsExt::FormHelper

Extended by:
ActiveSupport::Concern
Defined in:
lib/new_ckeditor/rails_ext/form_helper.rb

Instance Method Summary collapse

Instance Method Details

#ckeditor(object_name, method, options = {}) ⇒ Object


6
7
8
# 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