Module: NewCkeditor::RailsExt::FormBuilder
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/new_ckeditor/rails_ext/form_builder.rb
Instance Method Summary collapse
Instance Method Details
#ckeditor(method, options = {}) ⇒ Object
6 7 8 |
# File 'lib/new_ckeditor/rails_ext/form_builder.rb', line 6 def ckeditor(method, = {}) @template.ckeditor(@object_name, method, ()) end |