Sha256: 631d4593524fcbd7d9266cb104b9858a107a8d8fdc2058b0332705738e69867a
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
module Ckeditor::Hooks::SimpleForm class CkeditorInput < ::SimpleForm::Inputs::Base def input @builder.cktext_area(attribute_name, input_html_options) end end end ::SimpleForm::FormBuilder.map_type :ckeditor, :to => Ckeditor::Hooks::SimpleForm::CkeditorInput
Version data entries
8 entries across 8 versions & 1 rubygems