Sha256: fe001ec346518f23f68053ec9e84d0a666e6b6de236ab9fed5a4af5aa9a9362c
Contents?: true
Size: 323 Bytes
Versions: 4
Compression:
Stored size: 323 Bytes
Contents
module RailsKindeditor module SimpleForm class KindeditorInput < ::SimpleForm::Inputs::Base def input(wrapper_options) @builder.kindeditor(attribute_name, input_html_options) end end end end ::SimpleForm::FormBuilder.map_type :kindeditor, :to => RailsKindeditor::SimpleForm::KindeditorInput
Version data entries
4 entries across 4 versions & 2 rubygems