Sha256: 2431d807c56aaf54c2e255c2c83134808f6bc5a53a23b6cf52431f73dc98a6b7
Contents?: true
Size: 281 Bytes
Versions: 23
Compression:
Stored size: 281 Bytes
Contents
module FlexaFormtasticBootstrap module Inputs class SelectInput < Formtastic::Inputs::SelectInput include Base def to_html generic_input_wrapping do options[:group_by] ? grouped_select_html : select_html end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems