class SimpleForm::Inputs::RangeInput
def input
def input if html5? input_html_options[:type] ||= "range" input_html_options[:step] ||= 1 end super end
def input if html5? input_html_options[:type] ||= "range" input_html_options[:step] ||= 1 end super end