Sha256: 5759b1fa5e86be2ef8ae0367dfe16c07e24cceca6bc1b1da84e87f9b7591735b
Contents?: true
Size: 305 Bytes
Versions: 23
Compression:
Stored size: 305 Bytes
Contents
module FlexaFormtasticBootstrap module Inputs class NumberInput < Formtastic::Inputs::NumberInput include Base include Base::Stringish def to_html generic_input_wrapping do builder.number_field(method, input_html_options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems