Sha256: 6f49e4da43c8c4d2655a0e33b601af2cd8be18727012340bf80cf0346fb5b229

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

module FormtasticBootstrap
  module Inputs
    class RangeInput < Formtastic::Inputs::RangeInput
      include Base
      include Base::Numeric

      def to_html
        generic_input_wrapping do
          builder.range_field(method, input_html_options)
        end
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
speedo-formstrap-1.2.9 lib/formtastic-bootstrap/inputs/range_input.rb
speedo-formstrap-1.2.8 lib/formtastic-bootstrap/inputs/range_input.rb
speedo-formstrap-1.2.0 lib/formtastic-bootstrap/inputs/range_input.rb