Sha256: 2891d537039ec59b79e0c0b72b01f01f312befbe310eb03f5a2520b0c04bef00
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
module FormtasticBootstrap module Inputs class NumberInput < Formtastic::Inputs::NumberInput include Base include Base::Numeric def to_html bootstrap_wrapping do builder.number_field(method, form_control_input_html_options) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems