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

Version Path
formtastic-bootstrap-2.1.3 lib/formtastic-bootstrap/inputs/range_input.rb
formtastic-bootstrap-2.1.2 lib/formtastic-bootstrap/inputs/range_input.rb
formtastic-bootstrap-2.1.1 lib/formtastic-bootstrap/inputs/range_input.rb
formtastic-bootstrap-2.0.0 lib/formtastic-bootstrap/inputs/range_input.rb