Sha256: ca0762621daadb6de33d33605c7887e2654af8d456be4d9175323d1a58d61e9a
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
module FormtasticRebootstrap 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/inputs/number_input.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/inputs/number_input.rb |