Sha256: 2d849c75a9de34ef7a60b254964fd0bf09a3ce11e7a7959071071583f4cb31db
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 Bytes
Contents
module FormtasticBootstrap 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
12 entries across 12 versions & 2 rubygems