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