# File lib/simple_form/inputs/numeric_input.rb, line 16
      def input_html_classes
        super.unshift("numeric")
      end