Sha256: a3c1db752093cc83c194494a18370fbb73561ecf9ad3cf5afab6a318a274448c
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
module Formtastic module Inputs class Select2MultipleInput < Formtastic::Inputs::SelectInput def extra_input_html_options { :class => 'select2-input', :multiple => true } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems