Sha256: 8fdf6fd0579f58b49e728bfebd5fc200b9e3ddb131e35c876126b7d4848e1d6c
Contents?: true
Size: 293 Bytes
Versions: 4
Compression:
Stored size: 293 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, input_html_options) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems