Sha256: 88f6c0c7e698b010d3ac4a40aa4717cdeeace56be01f7ff91390316d7a4797ca
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 Bytes
Contents
module FormtasticBootstrap module Inputs class RangeInput < Formtastic::Inputs::RangeInput include Base include Base::Stringish def to_html bootstrap_wrapping do builder.range_field(method, form_control_input_html_options) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems