Sha256: 2f2877e7ef6e9ccde52f8d0cd56b67be6c793eb0fd58b4613bbadbe98486883c
Contents?: true
Size: 340 Bytes
Versions: 20
Compression:
Stored size: 340 Bytes
Contents
module Ckeditor class CustomFormBuilder < Formtastic::SemanticFormBuilder private def ckeditor_input(method, options) html_options = options.delete(:input_html) || {} self.label(method, options_for_label(options)) << self.send(:ckeditor_textarea, sanitized_object_name, method, html_options) end end end
Version data entries
20 entries across 20 versions & 5 rubygems