# File lib/formtastic.rb, line 669
      def numeric_input(method, options)
        basic_input_helper(:text_field, :numeric, method, options)
      end