# File lib/formtastic-bootstrap/inputs/range_input.rb, line 7
      def to_html
        bootstrap_wrapping do
          builder.range_field(method, form_control_input_html_options)
        end
      end